Html Css Color HEX #EA3012 Scarlet

📋 copy color: '#EA3012'

red 234 ◦ green 48 ◦ blue 18

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

Shades of Scarlet #EA3012

Tints of Scarlet #EA3012

RGB

 RED value IS 234 (91.8% from 255) = 78%

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

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

R = 78%
G = 16%
B = 6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EA3012 (or 0xEA3012) is known color: Scarlet. HEX triplet: EA, 30 and 12. RGB value is (234,48,18). Sum of RGB (Red+Green+Blue) = 234+48+18=300 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3012 is #15CFED. Grayscale: #646464. Windows color (decimal): -1429486 or 1192170. OLE color: 1192170.

HSL color Cylindrical-coordinate representation of color #EA3012: hue angle of 8.33º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA3012 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 48 18 -
CMYK 0 0.79 0.92 0.08
HSL 8.33º 0.86% 0.49% -
HSV(B) 8.33º 0.92% 0.92% -
XYZ 35.1 19.65 2.52 -
YUV 100.19 81.62 223.44 -
System Red Green Blue C M Y K H S L
Decimal 234 48 18 0 0.79 0.92 0.08 8.33 0.86 0.49
Hex EA 30 12 0 4F 5C 8 8 56 31
Octal 352 60 22 0 117 134 10 10 126 61
Binary 11101010 110000 10010 0 1001111 1011100 1000 1000 1010110 110001

Color Harmonies of #EA3012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3012

Black with #EA3012

Text Example


Text Example

White with #EA3012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3012; }

 p { color: rgb(234,48,18); }

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

background-color css

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

 a { background-color: rgb(234,48,18); }

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

border-color css

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

 span { border-color: rgb(234,48,18); }

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