#D74022

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

Shades of Cinnabar #D74022

Tints of Cinnabar #D74022

Color information

#D74022 (or 0xD74022) is unknown color: approx Cinnabar. HEX triplet: D7, 40 and 22. RGB value is (215,64,34). Sum of RGB (Red+Green+Blue) = 215+64+34=313 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.69% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 34 (13.67% from 255 or 10.86% from 313); Max value from RGB is 215 - color contains mainly: red. Hex color #D74022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74022 is #28BFDD. Grayscale: #696969. Windows color (decimal): -2670558 or 2244823. OLE color: 2244823.

HSL color Cylindrical-coordinate representation of color #D74022: hue angle of 9.94º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D74022 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB2156434-
CMYK00.700.840.16
HSL9.94º72.69%48.82%-
HSV(B)9.94º84.19%84.31%-
XYZ30.1518.233.44-
YUV105.7387.53205.94-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 68.69%
GREEN value IS 64 (25.39% from 255) = 20.45%
BLUE value IS 34 (13.67% from 255) = 10.86%
R=68.69%
G=20.45%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.84
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215643400.700.840.169.9472.6948.82
HexD740220465410a4931
Octal327100420106124201211161
Binary1101011110000001000100100011010101001000010101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74022; }

 p { color: rgb(215,64,34); }

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

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

 a { background-color: rgb(215,64,34); }

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

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

 span { border-color: rgb(215,64,34); }

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