Html Css Color HEX #E5422D Cinnabar

📋 copy color: '#E5422D'

red 229 ◦ green 66 ◦ blue 45

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

Shades of Cinnabar #E5422D

Tints of Cinnabar #E5422D

RGB

 RED value IS 229 (89.84% from 255) = 67.35%

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

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

R = 67.35%
G = 19.41%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E5422D (or 0xE5422D) is known color: Cinnabar. HEX triplet: E5, 42 and 2D. RGB value is (229,66,45). Sum of RGB (Red+Green+Blue) = 229+66+45=340 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.35% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 229 - color contains mainly: red. Hex color #E5422D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5422D is #1ABDD2. Grayscale: #707070. Windows color (decimal): -1752531 or 2966245. OLE color: 2966245.

HSL color Cylindrical-coordinate representation of color #E5422D: hue angle of 6.85º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E5422D is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 66 45 -
CMYK 0 0.71 0.80 0.10
HSL 6.85º 0.78% 0.54% -
HSV(B) 6.85º 0.8% 0.9% -
XYZ 34.73 20.74 4.66 -
YUV 112.34 90 211.21 -
System Red Green Blue C M Y K H S L
Decimal 229 66 45 0 0.71 0.80 0.10 6.85 0.78 0.54
Hex E5 42 2D 0 47 50 A 7 4E 36
Octal 345 102 55 0 107 120 12 7 116 66
Binary 11100101 1000010 101101 0 1000111 1010000 1010 111 1001110 110110

Color Harmonies of #E5422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5422D

Black with #E5422D

Text Example


Text Example

White with #E5422D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5422D; }

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

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

background-color css

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

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

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

border-color css

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

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

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