Html Css Color HEX #E82D20 Cinnabar

📋 copy color: '#E82D20'

red 232 ◦ green 45 ◦ blue 32

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

Shades of Cinnabar #E82D20

Tints of Cinnabar #E82D20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.36%

R = 75.08%
G = 14.56%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E82D20 (or 0xE82D20) is known color: Cinnabar. HEX triplet: E8, 2D and 20. RGB value is (232,45,32). Sum of RGB (Red+Green+Blue) = 232+45+32=309 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.08% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 232 - color contains mainly: red. Hex color #E82D20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82D20 is #17D2DF. Grayscale: #636363. Windows color (decimal): -1561312 or 2108904. OLE color: 2108904.

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

Color convert

RGB 232 45 32 -
CMYK 0 0.81 0.86 0.09
HSL 3.9º 0.81% 0.52% -
HSV(B) 3.9º 0.86% 0.91% -
XYZ 34.48 19.14 3.24 -
YUV 99.43 89.95 222.56 -
System Red Green Blue C M Y K H S L
Decimal 232 45 32 0 0.81 0.86 0.09 3.9 0.81 0.52
Hex E8 2D 20 0 51 56 9 4 51 34
Octal 350 55 40 0 121 126 11 4 121 64
Binary 11101000 101101 100000 0 1010001 1010110 1001 100 1010001 110100

Color Harmonies of #E82D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82D20

Black with #E82D20

Text Example


Text Example

White with #E82D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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