#DA4B23

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

Shades of Cinnabar #DA4B23

Tints of Cinnabar #DA4B23

Color information

#DA4B23 (or 0xDA4B23) is unknown color: approx Cinnabar. HEX triplet: DA, 4B and 23. RGB value is (218,75,35). Sum of RGB (Red+Green+Blue) = 218+75+35=328 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.46% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 35 (14.06% from 255 or 10.67% from 328); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4B23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4B23 is #25B4DC. Grayscale: #717171. Windows color (decimal): -2471133 or 2313178. OLE color: 2313178.

HSL color Cylindrical-coordinate representation of color #DA4B23: hue angle of 13.11º 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 #DA4B23 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB2187535-
CMYK00.660.840.15
HSL13.11º72.33%49.61%-
HSV(B)13.11º83.94%85.49%-
XYZ31.7320.063.79-
YUV113.283.88202.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 66.46%
GREEN value IS 75 (29.69% from 255) = 22.87%
BLUE value IS 35 (14.06% from 255) = 10.67%
R=66.46%
G=22.87%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.84
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218753500.660.840.1513.1172.3349.61
HexDA4B2304254Fd4832
Octal332113430102124171511062
Binary110110101001011100011010000101010100111111011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4B23; }

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

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

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

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

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

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

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

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