Html Css Color HEX #E0322F Cinnabar

📋 copy color: '#E0322F'

red 224 ◦ green 50 ◦ blue 47

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

Shades of Cinnabar #E0322F

Tints of Cinnabar #E0322F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.64%

R = 69.78%
G = 15.58%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E0322F (or 0xE0322F) is known color: Cinnabar. HEX triplet: E0, 32 and 2F. RGB value is (224,50,47). Sum of RGB (Red+Green+Blue) = 224+50+47=321 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.78% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 224 - color contains mainly: red. Hex color #E0322F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0322F is #1FCDD0. Grayscale: #656565. Windows color (decimal): -2084305 or 3093216. OLE color: 3093216.

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

Color convert

RGB 224 50 47 -
CMYK 0 0.78 0.79 0.12
HSL 1.02º 0.74% 0.53% -
HSV(B) 1.02º 0.79% 0.88% -
XYZ 32.39 18.33 4.52 -
YUV 101.68 97.15 215.24 -
System Red Green Blue C M Y K H S L
Decimal 224 50 47 0 0.78 0.79 0.12 1.02 0.74 0.53
Hex E0 32 2F 0 4E 4F C 1 4A 35
Octal 340 62 57 0 116 117 14 1 112 65
Binary 11100000 110010 101111 0 1001110 1001111 1100 1 1001010 110101

Color Harmonies of #E0322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0322F

Black with #E0322F

Text Example


Text Example

White with #E0322F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0322F; }

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

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

background-color css

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

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

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

border-color css

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

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

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