#e0342d

Color #E0342D Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #E0342D

Tints of Cinnabar #E0342D

Color information

#E0342D (or 0xE0342D) is unknown color: approx Cinnabar. HEX triplet: E0, 34 and 2D. RGB value is (224,52,45). Sum of RGB (Red+Green+Blue) = 224+52+45=321 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.78% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 224 - color contains mainly: red. Hex color #E0342D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0342D is #1FCBD2. Grayscale: #666666. Windows color (decimal): -2083795 or 2962656. OLE color: 2962656.

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

Color convert

RGB2245245-
CMYK00.770.800.12
HSL2.35º74.27%52.75%-
HSV(B)2.35º79.91%87.84%-
XYZ32.4418.494.34-
YUV102.6395.48214.57-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 69.78%
GREEN value IS 52 (20.70% from 255) = 16.20%
BLUE value IS 45 (17.97% from 255) = 14.02%
R=69.78%
G=16.20%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224524500.770.800.122.3574.2752.75
HexE0342D04D50C24a35
Octal3406455011512014211265
Binary111000001101001011010100110110100001100101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0342d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0342d; }

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

 H1.HeaderClassName
 {
   color: #e0342d;
 }
 .AnyTagClassName
 {
   color: #e0342d;
 }
</style>
background-color css

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

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

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

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

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

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