Html Css Color HEX #DA5035 Cinnabar

📋 copy color: '#DA5035'

red 218 ◦ green 80 ◦ blue 53

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

Shades of Cinnabar #DA5035

Tints of Cinnabar #DA5035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.1%

R = 62.11%
G = 22.79%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA5035 (or 0xDA5035) is known color: Cinnabar. HEX triplet: DA, 50 and 35. RGB value is (218,80,53). Sum of RGB (Red+Green+Blue) = 218+80+53=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 53 (21.09% from 255 or 15.10% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5035 is #25AFCA. Grayscale: #767676. Windows color (decimal): -2469835 or 3494106. OLE color: 3494106.

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

Color convert

RGB 218 80 53 -
CMYK 0 0.63 0.76 0.15
HSL 9.82º 0.69% 0.53% -
HSV(B) 9.82º 0.76% 0.85% -
XYZ 32.42 20.9 5.69 -
YUV 118.18 91.22 199.2 -
System Red Green Blue C M Y K H S L
Decimal 218 80 53 0 0.63 0.76 0.15 9.82 0.69 0.53
Hex DA 50 35 0 3F 4C F A 45 35
Octal 332 120 65 0 77 114 17 12 105 65
Binary 11011010 1010000 110101 0 111111 1001100 1111 1010 1000101 110101

Color Harmonies of #DA5035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5035

Black with #DA5035

Text Example


Text Example

White with #DA5035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5035; }

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

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

background-color css

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

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

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

border-color css

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

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

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