Html Css Color HEX #DA4A20 Cinnabar

📋 copy color: '#DA4A20'

red 218 ◦ green 74 ◦ blue 32

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

Shades of Cinnabar #DA4A20

Tints of Cinnabar #DA4A20

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.84%

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

R = 67.28%
G = 22.84%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA4A20 (or 0xDA4A20) is known color: Cinnabar. HEX triplet: DA, 4A and 20. RGB value is (218,74,32). Sum of RGB (Red+Green+Blue) = 218+74+32=324 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.28% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4A20 is #25B5DF. Grayscale: #707070. Windows color (decimal): -2471392 or 2116314. OLE color: 2116314.

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

Color convert

RGB 218 74 32 -
CMYK 0 0.66 0.85 0.15
HSL 13.55º 0.74% 0.49% -
HSV(B) 13.55º 0.85% 0.85% -
XYZ 31.62 19.91 3.54 -
YUV 112.27 82.71 203.42 -
System Red Green Blue C M Y K H S L
Decimal 218 74 32 0 0.66 0.85 0.15 13.55 0.74 0.49
Hex DA 4A 20 0 42 55 F E 4A 31
Octal 332 112 40 0 102 125 17 16 112 61
Binary 11011010 1001010 100000 0 1000010 1010101 1111 1110 1001010 110001

Color Harmonies of #DA4A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4A20

Black with #DA4A20

Text Example


Text Example

White with #DA4A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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