Html Css Color HEX #E8422D Cinnabar

📋 copy color: '#E8422D'

red 232 ◦ green 66 ◦ blue 45

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

Shades of Cinnabar #E8422D

Tints of Cinnabar #E8422D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.24%

 BLUE value IS 45 (17.97% from 255) = 13.12%

R = 67.64%
G = 19.24%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E8422D (or 0xE8422D) is known color: Cinnabar. HEX triplet: E8, 42 and 2D. RGB value is (232,66,45). Sum of RGB (Red+Green+Blue) = 232+66+45=343 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.64% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 232 - color contains mainly: red. Hex color #E8422D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8422D is #17BDD2. Grayscale: #717171. Windows color (decimal): -1555923 or 2966248. OLE color: 2966248.

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

Color convert

RGB 232 66 45 -
CMYK 0 0.72 0.81 0.09
HSL 6.74º 0.8% 0.54% -
HSV(B) 6.74º 0.81% 0.91% -
XYZ 35.7 21.24 4.7 -
YUV 113.24 89.5 212.71 -
System Red Green Blue C M Y K H S L
Decimal 232 66 45 0 0.72 0.81 0.09 6.74 0.8 0.54
Hex E8 42 2D 0 48 51 9 7 50 36
Octal 350 102 55 0 110 121 11 7 120 66
Binary 11101000 1000010 101101 0 1001000 1010001 1001 111 1010000 110110

Color Harmonies of #E8422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8422D

Black with #E8422D

Text Example


Text Example

White with #E8422D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8422D; }

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

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

background-color css

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

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

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

border-color css

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

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

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