Html Css Color HEX #EF2812 Scarlet

📋 copy color: '#EF2812'

red 239 ◦ green 40 ◦ blue 18

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

Shades of Scarlet #EF2812

Tints of Scarlet #EF2812

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.47%

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

R = 80.47%
G = 13.47%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF2812 (or 0xEF2812) is known color: Scarlet. HEX triplet: EF, 28 and 12. RGB value is (239,40,18). Sum of RGB (Red+Green+Blue) = 239+40+18=297 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.47% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2812 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2812 is #10D7ED. Grayscale: #616161. Windows color (decimal): -1103854 or 1190127. OLE color: 1190127.

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

Color convert

RGB 239 40 18 -
CMYK 0 0.83 0.92 0.06
HSL 5.97º 0.87% 0.5% -
HSV(B) 5.97º 0.92% 0.94% -
XYZ 36.46 19.91 2.49 -
YUV 96.99 83.43 229.29 -
System Red Green Blue C M Y K H S L
Decimal 239 40 18 0 0.83 0.92 0.06 5.97 0.87 0.5
Hex EF 28 12 0 53 5C 6 6 57 32
Octal 357 50 22 0 123 134 6 6 127 62
Binary 11101111 101000 10010 0 1010011 1011100 110 110 1010111 110010

Color Harmonies of #EF2812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2812

Black with #EF2812

Text Example


Text Example

White with #EF2812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2812; }

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

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

background-color css

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

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

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

border-color css

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

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

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