Html Css Color HEX #E82A23 Cinnabar

📋 copy color: '#E82A23'

red 232 ◦ green 42 ◦ blue 35

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

Shades of Cinnabar #E82A23

Tints of Cinnabar #E82A23

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.59%

 BLUE value IS 35 (14.06% from 255) = 11.33%

R = 75.08%
G = 13.59%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.09

RGB Variations

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

Color information

#E82A23 (or 0xE82A23) is known color: Cinnabar. HEX triplet: E8, 2A and 23. RGB value is (232,42,35). Sum of RGB (Red+Green+Blue) = 232+42+35=309 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.08% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 232 - color contains mainly: red. Hex color #E82A23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82A23 is #17D5DC. Grayscale: #626262. Windows color (decimal): -1562077 or 2304744. OLE color: 2304744.

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

Color convert

RGB 232 42 35 -
CMYK 0 0.82 0.85 0.09
HSL 2.13º 0.81% 0.52% -
HSV(B) 2.13º 0.85% 0.91% -
XYZ 34.41 18.93 3.43 -
YUV 98.01 92.45 223.57 -
System Red Green Blue C M Y K H S L
Decimal 232 42 35 0 0.82 0.85 0.09 2.13 0.81 0.52
Hex E8 2A 23 0 52 55 9 2 51 34
Octal 350 52 43 0 122 125 11 2 121 64
Binary 11101000 101010 100011 0 1010010 1010101 1001 10 1010001 110100

Color Harmonies of #E82A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82A23

Black with #E82A23

Text Example


Text Example

White with #E82A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82A23; }

 p { color: rgb(232,42,35); }

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

background-color css

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

 a { background-color: rgb(232,42,35); }

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

border-color css

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

 span { border-color: rgb(232,42,35); }

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