Html Css Color HEX #EF2109 Scarlet

📋 copy color: '#EF2109'

red 239 ◦ green 33 ◦ blue 9

#EF2109
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet #EF2109

Tints of Scarlet #EF2109

RGB

 RED value IS 239 (93.75% from 255) = 85.05%

 GREEN value IS 33 (13.28% from 255) = 11.74%

 BLUE value IS 9 (3.91% from 255) = 3.2%

R = 85.05%
G = 11.74%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF2109 (or 0xEF2109) is known color: Scarlet. HEX triplet: EF, 21 and 09. RGB value is (239,33,9). Sum of RGB (Red+Green+Blue) = 239+33+9=281 (37% of max value = 765). Red value is 239 (93.75% from 255 or 85.05% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2109 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2109 is #10DEF6. Grayscale: #5C5C5C. Windows color (decimal): -1105655 or 598511. OLE color: 598511.

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

Color convert

RGB 239 33 9 -
CMYK 0 0.86 0.96 0.06
HSL 6.26º 0.93% 0.49% -
HSV(B) 6.26º 0.96% 0.94% -
XYZ 36.19 19.46 2.11 -
YUV 91.86 81.25 232.95 -
System Red Green Blue C M Y K H S L
Decimal 239 33 9 0 0.86 0.96 0.06 6.26 0.93 0.49
Hex EF 21 9 0 56 60 6 6 5D 31
Octal 357 41 11 0 126 140 6 6 135 61
Binary 11101111 100001 1001 0 1010110 1100000 110 110 1011101 110001

Color Harmonies of #EF2109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2109

Black with #EF2109

Text Example


Text Example

White with #EF2109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2109; }

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

 H1.HeaderClassName
 {
   color: #EF2109;
 }
 .AnyTagClassName
 {
   color: #EF2109;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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