Html Css Color HEX #E0322D Cinnabar

📋 copy color: '#E0322D'

red 224 ◦ green 50 ◦ blue 45

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

Shades of Cinnabar #E0322D

Tints of Cinnabar #E0322D

RGB

 RED value IS 224 (87.89% from 255) = 70.22%

 GREEN value IS 50 (19.92% from 255) = 15.67%

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

R = 70.22%
G = 15.67%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0322D (or 0xE0322D) is known color: Cinnabar. HEX triplet: E0, 32 and 2D. RGB value is (224,50,45). Sum of RGB (Red+Green+Blue) = 224+50+45=319 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.22% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 224 - color contains mainly: red. Hex color #E0322D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0322D is #1FCDD2. Grayscale: #656565. Windows color (decimal): -2084307 or 2962144. OLE color: 2962144.

HSL color Cylindrical-coordinate representation of color #E0322D: hue angle of 1.68º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0322D is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 50 45 -
CMYK 0 0.78 0.80 0.12
HSL 1.68º 0.74% 0.53% -
HSV(B) 1.68º 0.8% 0.88% -
XYZ 32.35 18.32 4.31 -
YUV 101.46 96.15 215.41 -
System Red Green Blue C M Y K H S L
Decimal 224 50 45 0 0.78 0.80 0.12 1.68 0.74 0.53
Hex E0 32 2D 0 4E 50 C 2 4A 35
Octal 340 62 55 0 116 120 14 2 112 65
Binary 11100000 110010 101101 0 1001110 1010000 1100 10 1001010 110101

Color Harmonies of #E0322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0322D

Black with #E0322D

Text Example


Text Example

White with #E0322D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0322D; }

 p { color: rgb(224,50,45); }

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

background-color css

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

 a { background-color: rgb(224,50,45); }

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

border-color css

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

 span { border-color: rgb(224,50,45); }

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