Html Css Color HEX #DA4720 Cinnabar

📋 copy color: '#DA4720'

red 218 ◦ green 71 ◦ blue 32

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

Shades of Cinnabar #DA4720

Tints of Cinnabar #DA4720

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.12%

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

R = 67.91%
G = 22.12%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA4720 (or 0xDA4720) is known color: Cinnabar. HEX triplet: DA, 47 and 20. RGB value is (218,71,32). Sum of RGB (Red+Green+Blue) = 218+71+32=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4720 is #25B8DF. Grayscale: #6E6E6E. Windows color (decimal): -2472160 or 2115546. OLE color: 2115546.

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

Color convert

RGB 218 71 32 -
CMYK 0 0.67 0.85 0.15
HSL 12.58º 0.74% 0.49% -
HSV(B) 12.58º 0.85% 0.85% -
XYZ 31.43 19.52 3.48 -
YUV 110.51 83.7 204.67 -
System Red Green Blue C M Y K H S L
Decimal 218 71 32 0 0.67 0.85 0.15 12.58 0.74 0.49
Hex DA 47 20 0 43 55 F D 4A 31
Octal 332 107 40 0 103 125 17 15 112 61
Binary 11011010 1000111 100000 0 1000011 1010101 1111 1101 1001010 110001

Color Harmonies of #DA4720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4720

Black with #DA4720

Text Example


Text Example

White with #DA4720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4720; }

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

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

background-color css

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

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

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

border-color css

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

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

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