Html Css Color HEX #EF3212 Scarlet

📋 copy color: '#EF3212'

red 239 ◦ green 50 ◦ blue 18

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

Shades of Scarlet #EF3212

Tints of Scarlet #EF3212

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.29%

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

R = 77.85%
G = 16.29%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF3212 (or 0xEF3212) is known color: Scarlet. HEX triplet: EF, 32 and 12. RGB value is (239,50,18). Sum of RGB (Red+Green+Blue) = 239+50+18=307 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.85% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3212 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3212 is #10CDED. Grayscale: #676767. Windows color (decimal): -1101294 or 1192687. OLE color: 1192687.

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

Color convert

RGB 239 50 18 -
CMYK 0 0.79 0.92 0.06
HSL 8.69º 0.87% 0.5% -
HSV(B) 8.69º 0.92% 0.94% -
XYZ 36.85 20.68 2.62 -
YUV 102.86 80.12 225.1 -
System Red Green Blue C M Y K H S L
Decimal 239 50 18 0 0.79 0.92 0.06 8.69 0.87 0.5
Hex EF 32 12 0 4F 5C 6 9 57 32
Octal 357 62 22 0 117 134 6 11 127 62
Binary 11101111 110010 10010 0 1001111 1011100 110 1001 1010111 110010

Color Harmonies of #EF3212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3212

Black with #EF3212

Text Example


Text Example

White with #EF3212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3212; }

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

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

background-color css

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

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

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

border-color css

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

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

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