#D94427

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

Shades of Cinnabar #D94427

Tints of Cinnabar #D94427

Color information

#D94427 (or 0xD94427) is unknown color: approx Cinnabar. HEX triplet: D9, 44 and 27. RGB value is (217,68,39). Sum of RGB (Red+Green+Blue) = 217+68+39=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 39 (15.62% from 255 or 12.04% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D94427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94427 is #26BBD8. Grayscale: #6D6D6D. Windows color (decimal): -2538457 or 2573529. OLE color: 2573529.

HSL color Cylindrical-coordinate representation of color #D94427: hue angle of 9.78º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D94427 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB2176839-
CMYK00.690.820.15
HSL9.78º70.08%50.2%-
HSV(B)9.78º82.03%85.1%-
XYZ31.0519.033.96-
YUV109.2488.36204.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 66.98%
GREEN value IS 68 (26.95% from 255) = 20.99%
BLUE value IS 39 (15.62% from 255) = 12.04%
R=66.98%
G=20.99%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.82
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217683900.690.820.159.7870.0850.2
HexD9442704552Fa4632
Octal331104470105122171210662
Binary110110011000100100111010001011010010111110101000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94427; }

 p { color: rgb(217,68,39); }

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

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

 a { background-color: rgb(217,68,39); }

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

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

 span { border-color: rgb(217,68,39); }

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