Html Css Color HEX #DC4934 Cinnabar

📋 copy color: '#DC4934'

red 220 ◦ green 73 ◦ blue 52

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

Shades of Cinnabar #DC4934

Tints of Cinnabar #DC4934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.07%

R = 63.77%
G = 21.16%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC4934 (or 0xDC4934) is known color: Cinnabar. HEX triplet: DC, 49 and 34. RGB value is (220,73,52). Sum of RGB (Red+Green+Blue) = 220+73+52=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4934 is #23B6CB. Grayscale: #727272. Windows color (decimal): -2340556 or 3426780. OLE color: 3426780.

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

Color convert

RGB 220 73 52 -
CMYK 0 0.67 0.76 0.14
HSL 7.5º 0.71% 0.53% -
HSV(B) 7.5º 0.76% 0.86% -
XYZ 32.52 20.23 5.44 -
YUV 114.56 92.7 203.21 -
System Red Green Blue C M Y K H S L
Decimal 220 73 52 0 0.67 0.76 0.14 7.5 0.71 0.53
Hex DC 49 34 0 43 4C E 8 47 35
Octal 334 111 64 0 103 114 16 10 107 65
Binary 11011100 1001001 110100 0 1000011 1001100 1110 1000 1000111 110101

Color Harmonies of #DC4934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4934

Black with #DC4934

Text Example


Text Example

White with #DC4934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4934; }

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

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

background-color css

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

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

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

border-color css

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

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

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