Html Css Color HEX #E82D1B Cinnabar

📋 copy color: '#E82D1B'

red 232 ◦ green 45 ◦ blue 27

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

Shades of Cinnabar #E82D1B

Tints of Cinnabar #E82D1B

RGB

 RED value IS 232 (91.02% from 255) = 76.32%

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

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

R = 76.32%
G = 14.8%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E82D1B (or 0xE82D1B) is known color: Cinnabar. HEX triplet: E8, 2D and 1B. RGB value is (232,45,27). Sum of RGB (Red+Green+Blue) = 232+45+27=304 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.32% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 232 - color contains mainly: red. Hex color #E82D1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82D1B is #17D2E4. Grayscale: #636363. Windows color (decimal): -1561317 or 1781224. OLE color: 1781224.

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

Color convert

RGB 232 45 27 -
CMYK 0 0.81 0.88 0.09
HSL 5.27º 0.82% 0.51% -
HSV(B) 5.27º 0.88% 0.91% -
XYZ 34.41 19.11 2.91 -
YUV 98.86 87.45 222.96 -
System Red Green Blue C M Y K H S L
Decimal 232 45 27 0 0.81 0.88 0.09 5.27 0.82 0.51
Hex E8 2D 1B 0 51 58 9 5 52 33
Octal 350 55 33 0 121 130 11 5 122 63
Binary 11101000 101101 11011 0 1010001 1011000 1001 101 1010010 110011

Color Harmonies of #E82D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82D1B

Black with #E82D1B

Text Example


Text Example

White with #E82D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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