Html Css Color HEX #EF3009 Scarlet

📋 copy color: '#EF3009'

red 239 ◦ green 48 ◦ blue 9

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

Shades of Scarlet #EF3009

Tints of Scarlet #EF3009

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.22%

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

R = 80.74%
G = 16.22%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF3009 (or 0xEF3009) is known color: Scarlet. HEX triplet: EF, 30 and 09. RGB value is (239,48,9). Sum of RGB (Red+Green+Blue) = 239+48+9=296 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.74% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 9 (3.91% from 255 or 3.04% from 296); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3009 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3009 is #10CFF6. Grayscale: #656565. Windows color (decimal): -1101815 or 602351. OLE color: 602351.

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

Color convert

RGB 239 48 9 -
CMYK 0 0.80 0.96 0.06
HSL 10.17º 0.93% 0.49% -
HSV(B) 10.17º 0.96% 0.94% -
XYZ 36.7 20.48 2.28 -
YUV 100.66 76.28 226.67 -
System Red Green Blue C M Y K H S L
Decimal 239 48 9 0 0.80 0.96 0.06 10.17 0.93 0.49
Hex EF 30 9 0 50 60 6 A 5D 31
Octal 357 60 11 0 120 140 6 12 135 61
Binary 11101111 110000 1001 0 1010000 1100000 110 1010 1011101 110001

Color Harmonies of #EF3009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3009

Black with #EF3009

Text Example


Text Example

White with #EF3009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3009; }

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

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

background-color css

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

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

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

border-color css

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

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

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