Html Css Color HEX #EA2D1B Cinnabar

📋 copy color: '#EA2D1B'

red 234 ◦ green 45 ◦ blue 27

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

Shades of Cinnabar #EA2D1B

Tints of Cinnabar #EA2D1B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.71%

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

R = 76.47%
G = 14.71%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA2D1B (or 0xEA2D1B) is known color: Cinnabar. HEX triplet: EA, 2D and 1B. RGB value is (234,45,27). Sum of RGB (Red+Green+Blue) = 234+45+27=306 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.47% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 27 (10.94% from 255 or 8.82% from 306); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2D1B is #15D2E4. Grayscale: #636363. Windows color (decimal): -1430245 or 1781226. OLE color: 1781226.

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

Color convert

RGB 234 45 27 -
CMYK 0 0.81 0.88 0.08
HSL 5.22º 0.83% 0.51% -
HSV(B) 5.22º 0.88% 0.92% -
XYZ 35.07 19.45 2.94 -
YUV 99.46 87.12 223.96 -
System Red Green Blue C M Y K H S L
Decimal 234 45 27 0 0.81 0.88 0.08 5.22 0.83 0.51
Hex EA 2D 1B 0 51 58 8 5 53 33
Octal 352 55 33 0 121 130 10 5 123 63
Binary 11101010 101101 11011 0 1010001 1011000 1000 101 1010011 110011

Color Harmonies of #EA2D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2D1B

Black with #EA2D1B

Text Example


Text Example

White with #EA2D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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