Html Css Color HEX #EA2827 Cinnabar

📋 copy color: '#EA2827'

red 234 ◦ green 40 ◦ blue 39

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

Shades of Cinnabar #EA2827

Tints of Cinnabar #EA2827

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.78%

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

R = 74.76%
G = 12.78%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA2827 (or 0xEA2827) is known color: Cinnabar. HEX triplet: EA, 28 and 27. RGB value is (234,40,39). Sum of RGB (Red+Green+Blue) = 234+40+39=313 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.76% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 39 (15.62% from 255 or 12.46% from 313); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2827 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2827 is #15D7D8. Grayscale: #626262. Windows color (decimal): -1431513 or 2566378. OLE color: 2566378.

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

Color convert

RGB 234 40 39 -
CMYK 0 0.83 0.83 0.08
HSL 0.31º 0.82% 0.54% -
HSV(B) 0.31º 0.83% 0.92% -
XYZ 35.06 19.16 3.77 -
YUV 97.89 94.77 225.08 -
System Red Green Blue C M Y K H S L
Decimal 234 40 39 0 0.83 0.83 0.08 0.31 0.82 0.54
Hex EA 28 27 0 53 53 8 0 52 36
Octal 352 50 47 0 123 123 10 0 122 66
Binary 11101010 101000 100111 0 1010011 1010011 1000 0 1010010 110110

Color Harmonies of #EA2827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2827

Black with #EA2827

Text Example


Text Example

White with #EA2827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2827; }

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

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

background-color css

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

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

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

border-color css

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

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

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