Html Css Color HEX #E0362A Cinnabar

📋 copy color: '#E0362A'

red 224 ◦ green 54 ◦ blue 42

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

Shades of Cinnabar #E0362A

Tints of Cinnabar #E0362A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.13%

R = 70%
G = 16.88%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0362A (or 0xE0362A) is known color: Cinnabar. HEX triplet: E0, 36 and 2A. RGB value is (224,54,42). Sum of RGB (Red+Green+Blue) = 224+54+42=320 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 42 (16.80% from 255 or 13.12% from 320); Max value from RGB is 224 - color contains mainly: red. Hex color #E0362A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0362A is #1FC9D5. Grayscale: #676767. Windows color (decimal): -2083286 or 2766560. OLE color: 2766560.

HSL color Cylindrical-coordinate representation of color #E0362A: hue angle of 3.96º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E0362A is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 54 42 -
CMYK 0 0.76 0.81 0.12
HSL 3.96º 0.75% 0.52% -
HSV(B) 3.96º 0.81% 0.88% -
XYZ 32.48 18.65 4.08 -
YUV 103.46 93.32 213.98 -
System Red Green Blue C M Y K H S L
Decimal 224 54 42 0 0.76 0.81 0.12 3.96 0.75 0.52
Hex E0 36 2A 0 4C 51 C 4 4B 34
Octal 340 66 52 0 114 121 14 4 113 64
Binary 11100000 110110 101010 0 1001100 1010001 1100 100 1001011 110100

Color Harmonies of #E0362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0362A

Black with #E0362A

Text Example


Text Example

White with #E0362A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0362A; }

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

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

background-color css

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

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

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

border-color css

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

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

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