Html Css Color HEX #EA2B1B Cinnabar

📋 copy color: '#EA2B1B'

red 234 ◦ green 43 ◦ blue 27

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

Shades of Cinnabar #EA2B1B

Tints of Cinnabar #EA2B1B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.14%

 BLUE value IS 27 (10.94% from 255) = 8.88%

R = 76.97%
G = 14.14%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA2B1B (or 0xEA2B1B) is known color: Cinnabar. HEX triplet: EA, 2B and 1B. RGB value is (234,43,27). Sum of RGB (Red+Green+Blue) = 234+43+27=304 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.97% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2B1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2B1B is #15D4E4. Grayscale: #626262. Windows color (decimal): -1430757 or 1780714. OLE color: 1780714.

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

Color convert

RGB 234 43 27 -
CMYK 0 0.82 0.88 0.08
HSL 4.64º 0.83% 0.51% -
HSV(B) 4.64º 0.88% 0.92% -
XYZ 34.99 19.3 2.92 -
YUV 98.29 87.78 224.8 -
System Red Green Blue C M Y K H S L
Decimal 234 43 27 0 0.82 0.88 0.08 4.64 0.83 0.51
Hex EA 2B 1B 0 52 58 8 5 53 33
Octal 352 53 33 0 122 130 10 5 123 63
Binary 11101010 101011 11011 0 1010010 1011000 1000 101 1010011 110011

Color Harmonies of #EA2B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2B1B

Black with #EA2B1B

Text Example


Text Example

White with #EA2B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2B1B; }

 p { color: rgb(234,43,27); }

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

background-color css

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

 a { background-color: rgb(234,43,27); }

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

border-color css

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

 span { border-color: rgb(234,43,27); }

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