Html Css Color HEX #EF2C12 Scarlet

📋 copy color: '#EF2C12'

red 239 ◦ green 44 ◦ blue 18

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

Shades of Scarlet #EF2C12

Tints of Scarlet #EF2C12

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.62%

 BLUE value IS 18 (7.42% from 255) = 5.98%

R = 79.4%
G = 14.62%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF2C12 (or 0xEF2C12) is known color: Scarlet. HEX triplet: EF, 2C and 12. RGB value is (239,44,18). Sum of RGB (Red+Green+Blue) = 239+44+18=301 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.40% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2C12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2C12 is #10D3ED. Grayscale: #636363. Windows color (decimal): -1102830 or 1191151. OLE color: 1191151.

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

Color convert

RGB 239 44 18 -
CMYK 0 0.82 0.92 0.06
HSL 7.06º 0.87% 0.5% -
HSV(B) 7.06º 0.92% 0.94% -
XYZ 36.61 20.2 2.54 -
YUV 99.34 82.1 227.61 -
System Red Green Blue C M Y K H S L
Decimal 239 44 18 0 0.82 0.92 0.06 7.06 0.87 0.5
Hex EF 2C 12 0 52 5C 6 7 57 32
Octal 357 54 22 0 122 134 6 7 127 62
Binary 11101111 101100 10010 0 1010010 1011100 110 111 1010111 110010

Color Harmonies of #EF2C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2C12

Black with #EF2C12

Text Example


Text Example

White with #EF2C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2C12; }

 p { color: rgb(239,44,18); }

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

background-color css

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

 a { background-color: rgb(239,44,18); }

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

border-color css

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

 span { border-color: rgb(239,44,18); }

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