Html Css Color HEX #DC4C3B Cinnabar

📋 copy color: '#DC4C3B'

red 220 ◦ green 76 ◦ blue 59

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

Shades of Cinnabar #DC4C3B

Tints of Cinnabar #DC4C3B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.41%

 BLUE value IS 59 (23.44% from 255) = 16.62%

R = 61.97%
G = 21.41%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC4C3B (or 0xDC4C3B) is known color: Cinnabar. HEX triplet: DC, 4C and 3B. RGB value is (220,76,59). Sum of RGB (Red+Green+Blue) = 220+76+59=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 59 (23.44% from 255 or 16.62% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4C3B is #23B3C4. Grayscale: #757575. Windows color (decimal): -2339781 or 3886300. OLE color: 3886300.

HSL color Cylindrical-coordinate representation of color #DC4C3B: hue angle of 6.34º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC4C3B is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 76 59 -
CMYK 0 0.65 0.73 0.14
HSL 6.34º 0.7% 0.55% -
HSV(B) 6.34º 0.73% 0.86% -
XYZ 32.89 20.7 6.4 -
YUV 117.12 95.21 201.38 -
System Red Green Blue C M Y K H S L
Decimal 220 76 59 0 0.65 0.73 0.14 6.34 0.7 0.55
Hex DC 4C 3B 0 41 49 E 6 46 37
Octal 334 114 73 0 101 111 16 6 106 67
Binary 11011100 1001100 111011 0 1000001 1001001 1110 110 1000110 110111

Color Harmonies of #DC4C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4C3B

Black with #DC4C3B

Text Example


Text Example

White with #DC4C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4C3B; }

 p { color: rgb(220,76,59); }

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

background-color css

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

 a { background-color: rgb(220,76,59); }

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

border-color css

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

 span { border-color: rgb(220,76,59); }

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