Html Css Color HEX #DA492D Cinnabar

📋 copy color: '#DA492D'

red 218 ◦ green 73 ◦ blue 45

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

Shades of Cinnabar #DA492D

Tints of Cinnabar #DA492D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.39%

R = 64.88%
G = 21.73%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA492D (or 0xDA492D) is known color: Cinnabar. HEX triplet: DA, 49 and 2D. RGB value is (218,73,45). Sum of RGB (Red+Green+Blue) = 218+73+45=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA492D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA492D is #25B6D2. Grayscale: #717171. Windows color (decimal): -2471635 or 2968026. OLE color: 2968026.

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

Color convert

RGB 218 73 45 -
CMYK 0 0.67 0.79 0.15
HSL 9.71º 0.7% 0.52% -
HSV(B) 9.71º 0.79% 0.85% -
XYZ 31.77 19.86 4.64 -
YUV 113.16 89.54 202.78 -
System Red Green Blue C M Y K H S L
Decimal 218 73 45 0 0.67 0.79 0.15 9.71 0.7 0.52
Hex DA 49 2D 0 43 4F F A 46 34
Octal 332 111 55 0 103 117 17 12 106 64
Binary 11011010 1001001 101101 0 1000011 1001111 1111 1010 1000110 110100

Color Harmonies of #DA492D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA492D

Black with #DA492D

Text Example


Text Example

White with #DA492D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA492D; }

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

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

background-color css

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

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

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

border-color css

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

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

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