Html Css Color HEX #E82D29 Cinnabar

📋 copy color: '#E82D29'

red 232 ◦ green 45 ◦ blue 41

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

Shades of Cinnabar #E82D29

Tints of Cinnabar #E82D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.89%

R = 72.96%
G = 14.15%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E82D29 (or 0xE82D29) is known color: Cinnabar. HEX triplet: E8, 2D and 29. RGB value is (232,45,41). Sum of RGB (Red+Green+Blue) = 232+45+41=318 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.96% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 41 (16.41% from 255 or 12.89% from 318); Max value from RGB is 232 - color contains mainly: red. Hex color #E82D29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82D29 is #17D2D6. Grayscale: #646464. Windows color (decimal): -1561303 or 2698728. OLE color: 2698728.

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

Color convert

RGB 232 45 41 -
CMYK 0 0.81 0.82 0.09
HSL 1.26º 0.81% 0.54% -
HSV(B) 1.26º 0.82% 0.91% -
XYZ 34.62 19.19 3.98 -
YUV 100.46 94.45 221.83 -
System Red Green Blue C M Y K H S L
Decimal 232 45 41 0 0.81 0.82 0.09 1.26 0.81 0.54
Hex E8 2D 29 0 51 52 9 1 51 36
Octal 350 55 51 0 121 122 11 1 121 66
Binary 11101000 101101 101001 0 1010001 1010010 1001 1 1010001 110110

Color Harmonies of #E82D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82D29

Black with #E82D29

Text Example


Text Example

White with #E82D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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