Html Css Color HEX #DC4932 Cinnabar

📋 copy color: '#DC4932'

red 220 ◦ green 73 ◦ blue 50

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

Shades of Cinnabar #DC4932

Tints of Cinnabar #DC4932

RGB

 RED value IS 220 (86.33% from 255) = 64.14%

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

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

R = 64.14%
G = 21.28%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC4932 (or 0xDC4932) is known color: Cinnabar. HEX triplet: DC, 49 and 32. RGB value is (220,73,50). Sum of RGB (Red+Green+Blue) = 220+73+50=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4932 is #23B6CD. Grayscale: #727272. Windows color (decimal): -2340558 or 3295708. OLE color: 3295708.

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

Color convert

RGB 220 73 50 -
CMYK 0 0.67 0.77 0.14
HSL 8.12º 0.71% 0.53% -
HSV(B) 8.12º 0.77% 0.86% -
XYZ 32.47 20.21 5.21 -
YUV 114.33 91.7 203.37 -
System Red Green Blue C M Y K H S L
Decimal 220 73 50 0 0.67 0.77 0.14 8.12 0.71 0.53
Hex DC 49 32 0 43 4D E 8 47 35
Octal 334 111 62 0 103 115 16 10 107 65
Binary 11011100 1001001 110010 0 1000011 1001101 1110 1000 1000111 110101

Color Harmonies of #DC4932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4932

Black with #DC4932

Text Example


Text Example

White with #DC4932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4932; }

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

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

background-color css

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

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

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

border-color css

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

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

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