#EF210D

Color #EF210D Scarlet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet #EF210D

Tints of Scarlet #EF210D

Color information

#EF210D (or 0xEF210D) is unknown color: approx Scarlet. HEX triplet: EF, 21 and 0D. RGB value is (239,33,13). Sum of RGB (Red+Green+Blue) = 239+33+13=285 (37% of max value = 765). Red value is 239 (93.75% from 255 or 83.86% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 239 - color contains mainly: red. Hex color #EF210D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF210D is #10DEF2. Grayscale: #5C5C5C. Windows color (decimal): -1105651 or 860655. OLE color: 860655.

HSL color Cylindrical-coordinate representation of color #EF210D: hue angle of 5.31º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF210D is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB2393313-
CMYK00.860.950.06
HSL5.31º89.68%49.41%-
HSV(B)5.31º94.56%93.73%-
XYZ36.2119.472.23-
YUV92.3183.25232.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 83.86%
GREEN value IS 33 (13.28% from 255) = 11.58%
BLUE value IS 13 (5.47% from 255) = 4.56%
R=83.86%
G=11.58%
B=4.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.95
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239331300.860.950.065.3189.6849.41
HexEF21D0565F655a31
Octal357411501261376513261
Binary1110111110000111010101011010111111101011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF210D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF210D; }

 p { color: rgb(239,33,13); }

 H1.HeaderClassName
 {
   color: #EF210D;
 }
 .AnyTagClassName
 {
   color: #EF210D;
 }
</style>
background-color css

<style>
 a { background-color: #EF210D; }

 a { background-color: rgb(239,33,13); }

 div.DivClassName
 {
   background-color: #EF210D;
 }
 .BgClassName
 {
   background-color: #EF210D;
 }
</style>
border-color css

<style>
 span { border-color: #EF210D; }

 span { border-color: rgb(239,33,13); }

 td.TdClassName
 {
   border-color: #EF210D;
 }
 .TagClassName
 {
   border-color: #EF210D;
 }
</style>