Html Css Color HEX #EA2520 Cinnabar

📋 copy color: '#EA2520'

red 234 ◦ green 37 ◦ blue 32

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

Shades of Cinnabar #EA2520

Tints of Cinnabar #EA2520

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.21%

 BLUE value IS 32 (12.89% from 255) = 10.56%

R = 77.23%
G = 12.21%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA2520 (or 0xEA2520) is known color: Cinnabar. HEX triplet: EA, 25 and 20. RGB value is (234,37,32). Sum of RGB (Red+Green+Blue) = 234+37+32=303 (40% of max value = 765). Red value is 234 (91.80% from 255 or 77.23% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2520 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2520 is #15DADF. Grayscale: #5F5F5F. Windows color (decimal): -1432288 or 2106858. OLE color: 2106858.

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

Color convert

RGB 234 37 32 -
CMYK 0 0.84 0.86 0.08
HSL 1.49º 0.83% 0.52% -
HSV(B) 1.49º 0.86% 0.92% -
XYZ 34.85 18.92 3.18 -
YUV 95.33 92.27 226.91 -
System Red Green Blue C M Y K H S L
Decimal 234 37 32 0 0.84 0.86 0.08 1.49 0.83 0.52
Hex EA 25 20 0 54 56 8 1 53 34
Octal 352 45 40 0 124 126 10 1 123 64
Binary 11101010 100101 100000 0 1010100 1010110 1000 1 1010011 110100

Color Harmonies of #EA2520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2520

Black with #EA2520

Text Example


Text Example

White with #EA2520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2520; }

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

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

background-color css

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

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

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

border-color css

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

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

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