Html Css Color HEX #EA200C Scarlet

📋 copy color: '#EA200C'

red 234 ◦ green 32 ◦ blue 12

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

Shades of Scarlet #EA200C

Tints of Scarlet #EA200C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.51%

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

R = 84.17%
G = 11.51%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EA200C (or 0xEA200C) is known color: Scarlet. HEX triplet: EA, 20 and 0C. RGB value is (234,32,12). Sum of RGB (Red+Green+Blue) = 234+32+12=278 (36% of max value = 765). Red value is 234 (91.80% from 255 or 84.17% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 234 - color contains mainly: red. Hex color #EA200C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA200C is #15DFF3. Grayscale: #5A5A5A. Windows color (decimal): -1433588 or 794858. OLE color: 794858.

HSL color Cylindrical-coordinate representation of color #EA200C: hue angle of 5.41º 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 #EA200C is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 32 12 -
CMYK 0 0.86 0.95 0.08
HSL 5.41º 0.9% 0.48% -
HSV(B) 5.41º 0.95% 0.92% -
XYZ 34.51 18.55 2.11 -
YUV 90.12 83.92 230.63 -
System Red Green Blue C M Y K H S L
Decimal 234 32 12 0 0.86 0.95 0.08 5.41 0.9 0.48
Hex EA 20 C 0 56 5F 8 5 5A 30
Octal 352 40 14 0 126 137 10 5 132 60
Binary 11101010 100000 1100 0 1010110 1011111 1000 101 1011010 110000

Color Harmonies of #EA200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA200C

Black with #EA200C

Text Example


Text Example

White with #EA200C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA200C; }

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

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

background-color css

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

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

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

border-color css

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

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

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