Html Css Color HEX #EA2423 Cinnabar

📋 copy color: '#EA2423'

red 234 ◦ green 36 ◦ blue 35

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

Shades of Cinnabar #EA2423

Tints of Cinnabar #EA2423

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.8%

 BLUE value IS 35 (14.06% from 255) = 11.48%

R = 76.72%
G = 11.8%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EA2423 (or 0xEA2423) is known color: Cinnabar. HEX triplet: EA, 24 and 23. RGB value is (234,36,35). Sum of RGB (Red+Green+Blue) = 234+36+35=305 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.72% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 35 (14.06% from 255 or 11.48% from 305); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2423 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2423 is #15DBDC. Grayscale: #5F5F5F. Windows color (decimal): -1432541 or 2303210. OLE color: 2303210.

HSL color Cylindrical-coordinate representation of color #EA2423: hue angle of 0.3º degrees, saturation: 0.83, 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 #EA2423 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 36 35 -
CMYK 0 0.85 0.85 0.08
HSL 0.3º 0.83% 0.53% -
HSV(B) 0.3º 0.85% 0.92% -
XYZ 34.87 18.88 3.4 -
YUV 95.09 94.1 227.08 -
System Red Green Blue C M Y K H S L
Decimal 234 36 35 0 0.85 0.85 0.08 0.3 0.83 0.53
Hex EA 24 23 0 55 55 8 0 53 35
Octal 352 44 43 0 125 125 10 0 123 65
Binary 11101010 100100 100011 0 1010101 1010101 1000 0 1010011 110101

Color Harmonies of #EA2423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2423

Black with #EA2423

Text Example


Text Example

White with #EA2423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2423; }

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

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

background-color css

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

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

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

border-color css

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

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

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