Html Css Color HEX #EF2A0E Scarlet

📋 copy color: '#EF2A0E'

red 239 ◦ green 42 ◦ blue 14

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

Shades of Scarlet #EF2A0E

Tints of Scarlet #EF2A0E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.24%

 BLUE value IS 14 (5.86% from 255) = 4.75%

R = 81.02%
G = 14.24%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF2A0E (or 0xEF2A0E) is known color: Scarlet. HEX triplet: EF, 2A and 0E. RGB value is (239,42,14). Sum of RGB (Red+Green+Blue) = 239+42+14=295 (39% of max value = 765). Red value is 239 (93.75% from 255 or 81.02% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2A0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2A0E is #10D5F1. Grayscale: #626262. Windows color (decimal): -1103346 or 928495. OLE color: 928495.

HSL color Cylindrical-coordinate representation of color #EF2A0E: hue angle of 7.47º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF2A0E is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 42 14 -
CMYK 0 0.82 0.94 0.06
HSL 7.47º 0.89% 0.5% -
HSV(B) 7.47º 0.94% 0.94% -
XYZ 36.5 20.04 2.36 -
YUV 97.71 80.77 228.78 -
System Red Green Blue C M Y K H S L
Decimal 239 42 14 0 0.82 0.94 0.06 7.47 0.89 0.5
Hex EF 2A E 0 52 5E 6 7 59 32
Octal 357 52 16 0 122 136 6 7 131 62
Binary 11101111 101010 1110 0 1010010 1011110 110 111 1011001 110010

Color Harmonies of #EF2A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2A0E

Black with #EF2A0E

Text Example


Text Example

White with #EF2A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2A0E; }

 p { color: rgb(239,42,14); }

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

background-color css

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

 a { background-color: rgb(239,42,14); }

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

border-color css

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

 span { border-color: rgb(239,42,14); }

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