Html Css Color HEX #E0382A Cinnabar

📋 copy color: '#E0382A'

red 224 ◦ green 56 ◦ blue 42

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

Shades of Cinnabar #E0382A

Tints of Cinnabar #E0382A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.39%

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

R = 69.57%
G = 17.39%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0382A (or 0xE0382A) is known color: Cinnabar. HEX triplet: E0, 38 and 2A. RGB value is (224,56,42). Sum of RGB (Red+Green+Blue) = 224+56+42=322 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.57% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 42 (16.80% from 255 or 13.04% from 322); Max value from RGB is 224 - color contains mainly: red. Hex color #E0382A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0382A is #1FC7D5. Grayscale: #686868. Windows color (decimal): -2082774 or 2767072. OLE color: 2767072.

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

Color convert

RGB 224 56 42 -
CMYK 0 0.75 0.81 0.12
HSL 4.62º 0.75% 0.52% -
HSV(B) 4.62º 0.81% 0.88% -
XYZ 32.57 18.84 4.11 -
YUV 104.64 92.66 213.14 -
System Red Green Blue C M Y K H S L
Decimal 224 56 42 0 0.75 0.81 0.12 4.62 0.75 0.52
Hex E0 38 2A 0 4B 51 C 5 4B 34
Octal 340 70 52 0 113 121 14 5 113 64
Binary 11100000 111000 101010 0 1001011 1010001 1100 101 1001011 110100

Color Harmonies of #E0382A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0382A

Black with #E0382A

Text Example


Text Example

White with #E0382A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0382A; }

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

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

background-color css

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

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

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

border-color css

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

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

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