Html Css Color HEX #DC4832 Cinnabar

📋 copy color: '#DC4832'

red 220 ◦ green 72 ◦ blue 50

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

Shades of Cinnabar #DC4832

Tints of Cinnabar #DC4832

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.05%

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

R = 64.33%
G = 21.05%
B = 14.62%

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

#DC4832 (or 0xDC4832) is known color: Cinnabar. HEX triplet: DC, 48 and 32. RGB value is (220,72,50). Sum of RGB (Red+Green+Blue) = 220+72+50=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4832 is #23B7CD. Grayscale: #717171. Windows color (decimal): -2340814 or 3295452. OLE color: 3295452.

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

Color convert

RGB 220 72 50 -
CMYK 0 0.67 0.77 0.14
HSL 7.76º 0.71% 0.53% -
HSV(B) 7.76º 0.77% 0.86% -
XYZ 32.41 20.08 5.19 -
YUV 113.74 92.03 203.79 -
System Red Green Blue C M Y K H S L
Decimal 220 72 50 0 0.67 0.77 0.14 7.76 0.71 0.53
Hex DC 48 32 0 43 4D E 8 47 35
Octal 334 110 62 0 103 115 16 10 107 65
Binary 11011100 1001000 110010 0 1000011 1001101 1110 1000 1000111 110101

Color Harmonies of #DC4832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4832

Black with #DC4832

Text Example


Text Example

White with #DC4832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4832; }

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

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

background-color css

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

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

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

border-color css

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

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

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