Html Css Color HEX #EA2927 Cinnabar

📋 copy color: '#EA2927'

red 234 ◦ green 41 ◦ blue 39

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

Shades of Cinnabar #EA2927

Tints of Cinnabar #EA2927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.42%

R = 74.52%
G = 13.06%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA2927 (or 0xEA2927) is known color: Cinnabar. HEX triplet: EA, 29 and 27. RGB value is (234,41,39). Sum of RGB (Red+Green+Blue) = 234+41+39=314 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.52% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2927 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2927 is #15D6D8. Grayscale: #626262. Windows color (decimal): -1431257 or 2566634. OLE color: 2566634.

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

Color convert

RGB 234 41 39 -
CMYK 0 0.82 0.83 0.08
HSL 0.62º 0.82% 0.54% -
HSV(B) 0.62º 0.83% 0.92% -
XYZ 35.09 19.22 3.78 -
YUV 98.48 94.44 224.66 -
System Red Green Blue C M Y K H S L
Decimal 234 41 39 0 0.82 0.83 0.08 0.62 0.82 0.54
Hex EA 29 27 0 52 53 8 1 52 36
Octal 352 51 47 0 122 123 10 1 122 66
Binary 11101010 101001 100111 0 1010010 1010011 1000 1 1010010 110110

Color Harmonies of #EA2927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2927

Black with #EA2927

Text Example


Text Example

White with #EA2927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2927; }

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

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

background-color css

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

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

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

border-color css

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

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

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