Html Css Color HEX #DA5139 Cinnabar

📋 copy color: '#DA5139'

red 218 ◦ green 81 ◦ blue 57

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

Shades of Cinnabar #DA5139

Tints of Cinnabar #DA5139

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.75%

 BLUE value IS 57 (22.66% from 255) = 16.01%

R = 61.24%
G = 22.75%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA5139 (or 0xDA5139) is known color: Cinnabar. HEX triplet: DA, 51 and 39. RGB value is (218,81,57). Sum of RGB (Red+Green+Blue) = 218+81+57=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 57 (22.66% from 255 or 16.01% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5139 is #25AEC6. Grayscale: #777777. Windows color (decimal): -2469575 or 3756506. OLE color: 3756506.

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

Color convert

RGB 218 81 57 -
CMYK 0 0.63 0.74 0.15
HSL 8.94º 0.69% 0.54% -
HSV(B) 8.94º 0.74% 0.85% -
XYZ 32.59 21.09 6.22 -
YUV 119.23 92.89 198.45 -
System Red Green Blue C M Y K H S L
Decimal 218 81 57 0 0.63 0.74 0.15 8.94 0.69 0.54
Hex DA 51 39 0 3F 4A F 9 45 36
Octal 332 121 71 0 77 112 17 11 105 66
Binary 11011010 1010001 111001 0 111111 1001010 1111 1001 1000101 110110

Color Harmonies of #DA5139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5139

Black with #DA5139

Text Example


Text Example

White with #DA5139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5139; }

 p { color: rgb(218,81,57); }

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

background-color css

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

 a { background-color: rgb(218,81,57); }

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

border-color css

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

 span { border-color: rgb(218,81,57); }

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