Html Css Color HEX #EF2309 Scarlet

📋 copy color: '#EF2309'

red 239 ◦ green 35 ◦ blue 9

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

Shades of Scarlet #EF2309

Tints of Scarlet #EF2309

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.37%

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

R = 84.45%
G = 12.37%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF2309 (or 0xEF2309) is known color: Scarlet. HEX triplet: EF, 23 and 09. RGB value is (239,35,9). Sum of RGB (Red+Green+Blue) = 239+35+9=283 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.45% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 9 (3.91% from 255 or 3.18% from 283); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2309 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2309 is #10DCF6. Grayscale: #5D5D5D. Windows color (decimal): -1105143 or 599023. OLE color: 599023.

HSL color Cylindrical-coordinate representation of color #EF2309: hue angle of 6.78º 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 #EF2309 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 35 9 -
CMYK 0 0.85 0.96 0.06
HSL 6.78º 0.93% 0.49% -
HSV(B) 6.78º 0.96% 0.94% -
XYZ 36.25 19.57 2.13 -
YUV 93.03 80.59 232.11 -
System Red Green Blue C M Y K H S L
Decimal 239 35 9 0 0.85 0.96 0.06 6.78 0.93 0.49
Hex EF 23 9 0 55 60 6 7 5D 31
Octal 357 43 11 0 125 140 6 7 135 61
Binary 11101111 100011 1001 0 1010101 1100000 110 111 1011101 110001

Color Harmonies of #EF2309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2309

Black with #EF2309

Text Example


Text Example

White with #EF2309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2309; }

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

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

background-color css

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

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

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

border-color css

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

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

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