Html Css Color HEX #DA4932 Cinnabar

📋 copy color: '#DA4932'

red 218 ◦ green 73 ◦ blue 50

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

Shades of Cinnabar #DA4932

Tints of Cinnabar #DA4932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.66%

R = 63.93%
G = 21.41%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA4932 (or 0xDA4932) is known color: Cinnabar. HEX triplet: DA, 49 and 32. RGB value is (218,73,50). Sum of RGB (Red+Green+Blue) = 218+73+50=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4932 is #25B6CD. Grayscale: #717171. Windows color (decimal): -2471630 or 3295706. OLE color: 3295706.

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

Color convert

RGB 218 73 50 -
CMYK 0 0.67 0.77 0.15
HSL 8.21º 0.69% 0.53% -
HSV(B) 8.21º 0.77% 0.85% -
XYZ 31.87 19.9 5.18 -
YUV 113.73 92.04 202.37 -
System Red Green Blue C M Y K H S L
Decimal 218 73 50 0 0.67 0.77 0.15 8.21 0.69 0.53
Hex DA 49 32 0 43 4D F 8 45 35
Octal 332 111 62 0 103 115 17 10 105 65
Binary 11011010 1001001 110010 0 1000011 1001101 1111 1000 1000101 110101

Color Harmonies of #DA4932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4932

Black with #DA4932

Text Example


Text Example

White with #DA4932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4932; }

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

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

background-color css

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

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

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

border-color css

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

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

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