Html Css Color HEX #DA493C Cinnabar

📋 copy color: '#DA493C'

red 218 ◦ green 73 ◦ blue 60

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

Shades of Cinnabar #DA493C

Tints of Cinnabar #DA493C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.8%

 BLUE value IS 60 (23.83% from 255) = 17.09%

R = 62.11%
G = 20.8%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA493C (or 0xDA493C) is known color: Cinnabar. HEX triplet: DA, 49 and 3C. RGB value is (218,73,60). Sum of RGB (Red+Green+Blue) = 218+73+60=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA493C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA493C is #25B6C3. Grayscale: #737373. Windows color (decimal): -2471620 or 3951066. OLE color: 3951066.

HSL color Cylindrical-coordinate representation of color #DA493C: hue angle of 4.94º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA493C is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 73 60 -
CMYK 0 0.67 0.72 0.15
HSL 4.94º 0.68% 0.55% -
HSV(B) 4.94º 0.72% 0.85% -
XYZ 32.11 20 6.44 -
YUV 114.87 97.04 201.56 -
System Red Green Blue C M Y K H S L
Decimal 218 73 60 0 0.67 0.72 0.15 4.94 0.68 0.55
Hex DA 49 3C 0 43 48 F 5 44 37
Octal 332 111 74 0 103 110 17 5 104 67
Binary 11011010 1001001 111100 0 1000011 1001000 1111 101 1000100 110111

Color Harmonies of #DA493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA493C

Black with #DA493C

Text Example


Text Example

White with #DA493C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA493C; }

 p { color: rgb(218,73,60); }

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

background-color css

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

 a { background-color: rgb(218,73,60); }

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

border-color css

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

 span { border-color: rgb(218,73,60); }

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