Html Css Color HEX #DA493D Cinnabar

📋 copy color: '#DA493D'

red 218 ◦ green 73 ◦ blue 61

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

Shades of Cinnabar #DA493D

Tints of Cinnabar #DA493D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.33%

R = 61.93%
G = 20.74%
B = 17.33%

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

#DA493D (or 0xDA493D) is known color: Cinnabar. HEX triplet: DA, 49 and 3D. RGB value is (218,73,61). Sum of RGB (Red+Green+Blue) = 218+73+61=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA493D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA493D is #25B6C2. Grayscale: #737373. Windows color (decimal): -2471619 or 4016602. OLE color: 4016602.

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

Color convert

RGB 218 73 61 -
CMYK 0 0.67 0.72 0.15
HSL 4.59º 0.68% 0.55% -
HSV(B) 4.59º 0.72% 0.85% -
XYZ 32.14 20.01 6.58 -
YUV 114.99 97.54 201.48 -
System Red Green Blue C M Y K H S L
Decimal 218 73 61 0 0.67 0.72 0.15 4.59 0.68 0.55
Hex DA 49 3D 0 43 48 F 5 44 37
Octal 332 111 75 0 103 110 17 5 104 67
Binary 11011010 1001001 111101 0 1000011 1001000 1111 101 1000100 110111

Color Harmonies of #DA493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA493D

Black with #DA493D

Text Example


Text Example

White with #DA493D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA493D; }

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

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

background-color css

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

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

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

border-color css

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

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

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