Html Css Color HEX #DC4E32 Cinnabar

📋 copy color: '#DC4E32'

red 220 ◦ green 78 ◦ blue 50

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

Shades of Cinnabar #DC4E32

Tints of Cinnabar #DC4E32

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.41%

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

R = 63.22%
G = 22.41%
B = 14.37%

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

#DC4E32 (or 0xDC4E32) is known color: Cinnabar. HEX triplet: DC, 4E and 32. RGB value is (220,78,50). Sum of RGB (Red+Green+Blue) = 220+78+50=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4E32 is #23B1CD. Grayscale: #757575. Windows color (decimal): -2339278 or 3296988. OLE color: 3296988.

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

Color convert

RGB 220 78 50 -
CMYK 0 0.65 0.77 0.14
HSL 9.88º 0.71% 0.53% -
HSV(B) 9.88º 0.77% 0.86% -
XYZ 32.82 20.89 5.32 -
YUV 117.27 90.04 201.28 -
System Red Green Blue C M Y K H S L
Decimal 220 78 50 0 0.65 0.77 0.14 9.88 0.71 0.53
Hex DC 4E 32 0 41 4D E A 47 35
Octal 334 116 62 0 101 115 16 12 107 65
Binary 11011100 1001110 110010 0 1000001 1001101 1110 1010 1000111 110101

Color Harmonies of #DC4E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4E32

Black with #DC4E32

Text Example


Text Example

White with #DC4E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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