#DA4123

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

Shades of Cinnabar #DA4123

Tints of Cinnabar #DA4123

Color information

#DA4123 (or 0xDA4123) is unknown color: approx Cinnabar. HEX triplet: DA, 41 and 23. RGB value is (218,65,35). Sum of RGB (Red+Green+Blue) = 218+65+35=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 35 (14.06% from 255 or 11.01% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4123 is #25BEDC. Grayscale: #6B6B6B. Windows color (decimal): -2473693 or 2310618. OLE color: 2310618.

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

Color convert

RGB2186535-
CMYK00.700.840.15
HSL9.84º72.33%49.61%-
HSV(B)9.84º83.94%85.49%-
XYZ31.1118.813.58-
YUV107.3387.19206.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 68.55%
GREEN value IS 65 (25.78% from 255) = 20.44%
BLUE value IS 35 (14.06% from 255) = 11.01%
R=68.55%
G=20.44%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.84
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218653500.700.840.159.8472.3349.61
HexDA412304654Fa4832
Octal332101430106124171211062
Binary110110101000001100011010001101010100111110101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4123; }

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

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

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

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

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

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

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

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