Html Css Color HEX #EA140C Scarlet

📋 copy color: '#EA140C'

red 234 ◦ green 20 ◦ blue 12

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

Shades of Scarlet #EA140C

Tints of Scarlet #EA140C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.52%

 BLUE value IS 12 (5.08% from 255) = 4.51%

R = 87.97%
G = 7.52%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EA140C (or 0xEA140C) is known color: Scarlet. HEX triplet: EA, 14 and 0C. RGB value is (234,20,12). Sum of RGB (Red+Green+Blue) = 234+20+12=266 (35% of max value = 765). Red value is 234 (91.80% from 255 or 87.97% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 234 - color contains mainly: red. Hex color #EA140C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA140C is #15EBF3. Grayscale: #535353. Windows color (decimal): -1436660 or 791786. OLE color: 791786.

HSL color Cylindrical-coordinate representation of color #EA140C: hue angle of 2.16º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA140C is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 20 12 -
CMYK 0 0.91 0.95 0.08
HSL 2.16º 0.9% 0.48% -
HSV(B) 2.16º 0.95% 0.92% -
XYZ 34.25 18.02 2.02 -
YUV 83.07 87.9 235.65 -
System Red Green Blue C M Y K H S L
Decimal 234 20 12 0 0.91 0.95 0.08 2.16 0.9 0.48
Hex EA 14 C 0 5B 5F 8 2 5A 30
Octal 352 24 14 0 133 137 10 2 132 60
Binary 11101010 10100 1100 0 1011011 1011111 1000 10 1011010 110000

Color Harmonies of #EA140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA140C

Black with #EA140C

Text Example


Text Example

White with #EA140C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA140C; }

 p { color: rgb(234,20,12); }

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

background-color css

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

 a { background-color: rgb(234,20,12); }

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

border-color css

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

 span { border-color: rgb(234,20,12); }

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