Html Css Color HEX #EA2D28 Cinnabar

📋 copy color: '#EA2D28'

red 234 ◦ green 45 ◦ blue 40

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

Shades of Cinnabar #EA2D28

Tints of Cinnabar #EA2D28

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.11%

 BLUE value IS 40 (16.02% from 255) = 12.54%

R = 73.35%
G = 14.11%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA2D28 (or 0xEA2D28) is known color: Cinnabar. HEX triplet: EA, 2D and 28. RGB value is (234,45,40). Sum of RGB (Red+Green+Blue) = 234+45+40=319 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.35% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2D28 is #15D2D7. Grayscale: #656565. Windows color (decimal): -1430232 or 2633194. OLE color: 2633194.

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

Color convert

RGB 234 45 40 -
CMYK 0 0.81 0.83 0.08
HSL 1.55º 0.82% 0.54% -
HSV(B) 1.55º 0.83% 0.92% -
XYZ 35.25 19.52 3.92 -
YUV 100.94 93.62 222.91 -
System Red Green Blue C M Y K H S L
Decimal 234 45 40 0 0.81 0.83 0.08 1.55 0.82 0.54
Hex EA 2D 28 0 51 53 8 2 52 36
Octal 352 55 50 0 121 123 10 2 122 66
Binary 11101010 101101 101000 0 1010001 1010011 1000 10 1010010 110110

Color Harmonies of #EA2D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2D28

Black with #EA2D28

Text Example


Text Example

White with #EA2D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2D28; }

 p { color: rgb(234,45,40); }

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

background-color css

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

 a { background-color: rgb(234,45,40); }

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

border-color css

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

 span { border-color: rgb(234,45,40); }

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