Html Css Color HEX #EA2925 Cinnabar

📋 copy color: '#EA2925'

red 234 ◦ green 41 ◦ blue 37

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

Shades of Cinnabar #EA2925

Tints of Cinnabar #EA2925

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.14%

 BLUE value IS 37 (14.84% from 255) = 11.86%

R = 75%
G = 13.14%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EA2925 (or 0xEA2925) is known color: Cinnabar. HEX triplet: EA, 29 and 25. RGB value is (234,41,37). Sum of RGB (Red+Green+Blue) = 234+41+37=312 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 37 (14.84% from 255 or 11.86% from 312); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2925 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2925 is #15D6DA. Grayscale: #626262. Windows color (decimal): -1431259 or 2435562. OLE color: 2435562.

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

Color convert

RGB 234 41 37 -
CMYK 0 0.82 0.84 0.08
HSL 1.22º 0.82% 0.53% -
HSV(B) 1.22º 0.84% 0.92% -
XYZ 35.06 19.21 3.61 -
YUV 98.25 93.44 224.83 -
System Red Green Blue C M Y K H S L
Decimal 234 41 37 0 0.82 0.84 0.08 1.22 0.82 0.53
Hex EA 29 25 0 52 54 8 1 52 35
Octal 352 51 45 0 122 124 10 1 122 65
Binary 11101010 101001 100101 0 1010010 1010100 1000 1 1010010 110101

Color Harmonies of #EA2925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2925

Black with #EA2925

Text Example


Text Example

White with #EA2925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2925; }

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

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

background-color css

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

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

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

border-color css

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

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

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