Html Css Color HEX #E82D1D Cinnabar

📋 copy color: '#E82D1D'

red 232 ◦ green 45 ◦ blue 29

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

Shades of Cinnabar #E82D1D

Tints of Cinnabar #E82D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.48%

R = 75.82%
G = 14.71%
B = 9.48%

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

#E82D1D (or 0xE82D1D) is known color: Cinnabar. HEX triplet: E8, 2D and 1D. RGB value is (232,45,29). Sum of RGB (Red+Green+Blue) = 232+45+29=306 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.82% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 232 - color contains mainly: red. Hex color #E82D1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82D1D is #17D2E2. Grayscale: #636363. Windows color (decimal): -1561315 or 1912296. OLE color: 1912296.

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

Color convert

RGB 232 45 29 -
CMYK 0 0.81 0.88 0.09
HSL 4.73º 0.82% 0.51% -
HSV(B) 4.73º 0.88% 0.91% -
XYZ 34.44 19.12 3.04 -
YUV 99.09 88.45 222.8 -
System Red Green Blue C M Y K H S L
Decimal 232 45 29 0 0.81 0.88 0.09 4.73 0.82 0.51
Hex E8 2D 1D 0 51 58 9 5 52 33
Octal 350 55 35 0 121 130 11 5 122 63
Binary 11101000 101101 11101 0 1010001 1011000 1001 101 1010010 110011

Color Harmonies of #E82D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82D1D

Black with #E82D1D

Text Example


Text Example

White with #E82D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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