#DA4135

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

Shades of Cinnabar #DA4135

Tints of Cinnabar #DA4135

Color information

#DA4135 (or 0xDA4135) is unknown color: approx Cinnabar. HEX triplet: DA, 41 and 35. RGB value is (218,65,53). Sum of RGB (Red+Green+Blue) = 218+65+53=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4135 is #25BECA. Grayscale: #6D6D6D. Windows color (decimal): -2473675 or 3490266. OLE color: 3490266.

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

Color convert

RGB2186553-
CMYK00.700.760.15
HSL4.36º69.04%53.14%-
HSV(B)4.36º75.69%85.49%-
XYZ31.4518.945.37-
YUV109.3896.19205.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 64.88%
GREEN value IS 65 (25.78% from 255) = 19.35%
BLUE value IS 53 (21.09% from 255) = 15.77%
R=64.88%
G=19.35%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218655300.700.760.154.3669.0453.14
HexDA41350464CF44535
Octal33210165010611417410565
Binary11011010100000111010101000110100110011111001000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4135; }

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

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

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

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

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

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

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

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