Html Css Color HEX #E0362C Cinnabar

📋 copy color: '#E0362C'

red 224 ◦ green 54 ◦ blue 44

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

Shades of Cinnabar #E0362C

Tints of Cinnabar #E0362C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.77%

 BLUE value IS 44 (17.58% from 255) = 13.66%

R = 69.57%
G = 16.77%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0362C (or 0xE0362C) is known color: Cinnabar. HEX triplet: E0, 36 and 2C. RGB value is (224,54,44). Sum of RGB (Red+Green+Blue) = 224+54+44=322 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.57% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 224 - color contains mainly: red. Hex color #E0362C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0362C is #1FC9D3. Grayscale: #676767. Windows color (decimal): -2083284 or 2897632. OLE color: 2897632.

HSL color Cylindrical-coordinate representation of color #E0362C: hue angle of 3.33º 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 #E0362C is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 54 44 -
CMYK 0 0.76 0.80 0.12
HSL 3.33º 0.74% 0.53% -
HSV(B) 3.33º 0.8% 0.88% -
XYZ 32.51 18.67 4.27 -
YUV 103.69 94.32 213.81 -
System Red Green Blue C M Y K H S L
Decimal 224 54 44 0 0.76 0.80 0.12 3.33 0.74 0.53
Hex E0 36 2C 0 4C 50 C 3 4A 35
Octal 340 66 54 0 114 120 14 3 112 65
Binary 11100000 110110 101100 0 1001100 1010000 1100 11 1001010 110101

Color Harmonies of #E0362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0362C

Black with #E0362C

Text Example


Text Example

White with #E0362C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0362C; }

 p { color: rgb(224,54,44); }

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

background-color css

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

 a { background-color: rgb(224,54,44); }

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

border-color css

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

 span { border-color: rgb(224,54,44); }

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