Html Css Color HEX #EA2C24 Cinnabar

📋 copy color: '#EA2C24'

red 234 ◦ green 44 ◦ blue 36

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

Shades of Cinnabar #EA2C24

Tints of Cinnabar #EA2C24

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.01%

 BLUE value IS 36 (14.45% from 255) = 11.46%

R = 74.52%
G = 14.01%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EA2C24 (or 0xEA2C24) is known color: Cinnabar. HEX triplet: EA, 2C and 24. RGB value is (234,44,36). Sum of RGB (Red+Green+Blue) = 234+44+36=314 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.52% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 36 (14.45% from 255 or 11.46% from 314); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2C24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2C24 is #15D3DB. Grayscale: #646464. Windows color (decimal): -1430492 or 2370794. OLE color: 2370794.

HSL color Cylindrical-coordinate representation of color #EA2C24: hue angle of 2.42º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA2C24 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 44 36 -
CMYK 0 0.81 0.85 0.08
HSL 2.42º 0.83% 0.53% -
HSV(B) 2.42º 0.85% 0.92% -
XYZ 35.15 19.42 3.57 -
YUV 99.9 91.95 223.65 -
System Red Green Blue C M Y K H S L
Decimal 234 44 36 0 0.81 0.85 0.08 2.42 0.83 0.53
Hex EA 2C 24 0 51 55 8 2 52 35
Octal 352 54 44 0 121 125 10 2 122 65
Binary 11101010 101100 100100 0 1010001 1010101 1000 10 1010010 110101

Color Harmonies of #EA2C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2C24

Black with #EA2C24

Text Example


Text Example

White with #EA2C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2C24; }

 p { color: rgb(234,44,36); }

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

background-color css

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

 a { background-color: rgb(234,44,36); }

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

border-color css

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

 span { border-color: rgb(234,44,36); }

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