Html Css Color HEX #DA5037 Cinnabar

📋 copy color: '#DA5037'

red 218 ◦ green 80 ◦ blue 55

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

Shades of Cinnabar #DA5037

Tints of Cinnabar #DA5037

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.66%

 BLUE value IS 55 (21.88% from 255) = 15.58%

R = 61.76%
G = 22.66%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DA5037 (or 0xDA5037) is known color: Cinnabar. HEX triplet: DA, 50 and 37. RGB value is (218,80,55). Sum of RGB (Red+Green+Blue) = 218+80+55=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 55 (21.88% from 255 or 15.58% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5037 is #25AFC8. Grayscale: #767676. Windows color (decimal): -2469833 or 3625178. OLE color: 3625178.

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

Color convert

RGB 218 80 55 -
CMYK 0 0.63 0.75 0.15
HSL 9.2º 0.69% 0.54% -
HSV(B) 9.2º 0.75% 0.85% -
XYZ 32.47 20.92 5.94 -
YUV 118.41 92.22 199.03 -
System Red Green Blue C M Y K H S L
Decimal 218 80 55 0 0.63 0.75 0.15 9.2 0.69 0.54
Hex DA 50 37 0 3F 4B F 9 45 36
Octal 332 120 67 0 77 113 17 11 105 66
Binary 11011010 1010000 110111 0 111111 1001011 1111 1001 1000101 110110

Color Harmonies of #DA5037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5037

Black with #DA5037

Text Example


Text Example

White with #DA5037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5037; }

 p { color: rgb(218,80,55); }

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

background-color css

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

 a { background-color: rgb(218,80,55); }

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

border-color css

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

 span { border-color: rgb(218,80,55); }

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