#DA4023

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

Shades of Cinnabar #DA4023

Tints of Cinnabar #DA4023

Color information

#DA4023 (or 0xDA4023) is unknown color: approx Cinnabar. HEX triplet: DA, 40 and 23. RGB value is (218,64,35). Sum of RGB (Red+Green+Blue) = 218+64+35=317 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.77% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 35 (14.06% from 255 or 11.04% from 317); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4023 is #25BFDC. Grayscale: #6B6B6B. Windows color (decimal): -2473949 or 2310362. OLE color: 2310362.

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

Color convert

RGB2186435-
CMYK00.710.840.15
HSL9.51º72.33%49.61%-
HSV(B)9.51º83.94%85.49%-
XYZ31.0518.693.56-
YUV106.7487.52207.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 68.77%
GREEN value IS 64 (25.39% from 255) = 20.19%
BLUE value IS 35 (14.06% from 255) = 11.04%
R=68.77%
G=20.19%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.84
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218643500.710.840.159.5172.3349.61
HexDA402304754Fa4832
Octal332100430107124171211062
Binary110110101000000100011010001111010100111110101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4023; }

 p { color: rgb(218,64,35); }

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

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

 a { background-color: rgb(218,64,35); }

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

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

 span { border-color: rgb(218,64,35); }

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