Html Css Color HEX #DA4520 Cinnabar

📋 copy color: '#DA4520'

red 218 ◦ green 69 ◦ blue 32

#DA4520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinnabar #DA4520

Tints of Cinnabar #DA4520

RGB

 RED value IS 218 (85.55% from 255) = 68.34%

 GREEN value IS 69 (27.34% from 255) = 21.63%

 BLUE value IS 32 (12.89% from 255) = 10.03%

R = 68.34%
G = 21.63%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA4520 (or 0xDA4520) is known color: Cinnabar. HEX triplet: DA, 45 and 20. RGB value is (218,69,32). Sum of RGB (Red+Green+Blue) = 218+69+32=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4520 is #25BADF. Grayscale: #6D6D6D. Windows color (decimal): -2472672 or 2115034. OLE color: 2115034.

HSL color Cylindrical-coordinate representation of color #DA4520: hue angle of 11.94º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA4520 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 69 32 -
CMYK 0 0.68 0.85 0.15
HSL 11.94º 0.74% 0.49% -
HSV(B) 11.94º 0.85% 0.85% -
XYZ 31.3 19.27 3.44 -
YUV 109.33 84.36 205.51 -
System Red Green Blue C M Y K H S L
Decimal 218 69 32 0 0.68 0.85 0.15 11.94 0.74 0.49
Hex DA 45 20 0 44 55 F C 4A 31
Octal 332 105 40 0 104 125 17 14 112 61
Binary 11011010 1000101 100000 0 1000100 1010101 1111 1100 1001010 110001

Color Harmonies of #DA4520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4520

Black with #DA4520

Text Example


Text Example

White with #DA4520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4520; }

 p { color: rgb(218,69,32); }

 H1.HeaderClassName
 {
   color: #DA4520;
 }
 .AnyTagClassName
 {
   color: #DA4520;
 }
</style>

background-color css

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

 a { background-color: rgb(218,69,32); }

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

border-color css

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

 span { border-color: rgb(218,69,32); }

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