#DE3427

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

Shades of Cinnabar #DE3427

Tints of Cinnabar #DE3427

Color information

#DE3427 (or 0xDE3427) is unknown color: approx Cinnabar. HEX triplet: DE, 34 and 27. RGB value is (222,52,39). Sum of RGB (Red+Green+Blue) = 222+52+39=313 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.93% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 39 (15.62% from 255 or 12.46% from 313); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3427 is #21CBD8. Grayscale: #656565. Windows color (decimal): -2214873 or 2569438. OLE color: 2569438.

HSL color Cylindrical-coordinate representation of color #DE3427: hue angle of 4.26º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE3427 is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB2225239-
CMYK00.770.820.13
HSL4.26º73.49%51.18%-
HSV(B)4.26º82.43%87.06%-
XYZ31.7218.133.75-
YUV101.3592.82214.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 70.93%
GREEN value IS 52 (20.70% from 255) = 16.61%
BLUE value IS 39 (15.62% from 255) = 12.46%
R=70.93%
G=16.61%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222523900.770.820.134.2673.4951.18
HexDE342704D52D44933
Octal3366447011512215411163
Binary1101111011010010011101001101101001011011001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3427; }

 p { color: rgb(222,52,39); }

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

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

 a { background-color: rgb(222,52,39); }

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

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

 span { border-color: rgb(222,52,39); }

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