Html Css Color HEX #DA493B Cinnabar

📋 copy color: '#DA493B'

red 218 ◦ green 73 ◦ blue 59

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

Shades of Cinnabar #DA493B

Tints of Cinnabar #DA493B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.86%

R = 62.29%
G = 20.86%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DA493B (or 0xDA493B) is known color: Cinnabar. HEX triplet: DA, 49 and 3B. RGB value is (218,73,59). Sum of RGB (Red+Green+Blue) = 218+73+59=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA493B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA493B is #25B6C4. Grayscale: #727272. Windows color (decimal): -2471621 or 3885530. OLE color: 3885530.

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

Color convert

RGB 218 73 59 -
CMYK 0 0.67 0.73 0.15
HSL 5.28º 0.68% 0.54% -
HSV(B) 5.28º 0.73% 0.85% -
XYZ 32.09 19.99 6.3 -
YUV 114.76 96.54 201.64 -
System Red Green Blue C M Y K H S L
Decimal 218 73 59 0 0.67 0.73 0.15 5.28 0.68 0.54
Hex DA 49 3B 0 43 49 F 5 44 36
Octal 332 111 73 0 103 111 17 5 104 66
Binary 11011010 1001001 111011 0 1000011 1001001 1111 101 1000100 110110

Color Harmonies of #DA493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA493B

Black with #DA493B

Text Example


Text Example

White with #DA493B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA493B; }

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

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

background-color css

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

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

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

border-color css

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

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

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