Html Css Color HEX #DC4D32 Cinnabar

📋 copy color: '#DC4D32'

red 220 ◦ green 77 ◦ blue 50

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

Shades of Cinnabar #DC4D32

Tints of Cinnabar #DC4D32

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.19%

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

R = 63.4%
G = 22.19%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC4D32 (or 0xDC4D32) is known color: Cinnabar. HEX triplet: DC, 4D and 32. RGB value is (220,77,50). Sum of RGB (Red+Green+Blue) = 220+77+50=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4D32 is #23B2CD. Grayscale: #747474. Windows color (decimal): -2339534 or 3296732. OLE color: 3296732.

HSL color Cylindrical-coordinate representation of color #DC4D32: hue angle of 9.53º 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 #DC4D32 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 77 50 -
CMYK 0 0.65 0.77 0.14
HSL 9.53º 0.71% 0.53% -
HSV(B) 9.53º 0.77% 0.86% -
XYZ 32.74 20.75 5.3 -
YUV 116.68 90.38 201.7 -
System Red Green Blue C M Y K H S L
Decimal 220 77 50 0 0.65 0.77 0.14 9.53 0.71 0.53
Hex DC 4D 32 0 41 4D E A 47 35
Octal 334 115 62 0 101 115 16 12 107 65
Binary 11011100 1001101 110010 0 1000001 1001101 1110 1010 1000111 110101

Color Harmonies of #DC4D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4D32

Black with #DC4D32

Text Example


Text Example

White with #DC4D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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