Html Css Color HEX #DC4D3D Cinnabar

📋 copy color: '#DC4D3D'

red 220 ◦ green 77 ◦ blue 61

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

Shades of Cinnabar #DC4D3D

Tints of Cinnabar #DC4D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.04%

R = 61.45%
G = 21.51%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC4D3D (or 0xDC4D3D) is known color: Cinnabar. HEX triplet: DC, 4D and 3D. RGB value is (220,77,61). Sum of RGB (Red+Green+Blue) = 220+77+61=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4D3D is #23B2C2. Grayscale: #767676. Windows color (decimal): -2339523 or 4017628. OLE color: 4017628.

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

Color convert

RGB 220 77 61 -
CMYK 0 0.65 0.72 0.14
HSL 6.04º 0.69% 0.55% -
HSV(B) 6.04º 0.72% 0.86% -
XYZ 33.01 20.86 6.7 -
YUV 117.93 95.88 200.8 -
System Red Green Blue C M Y K H S L
Decimal 220 77 61 0 0.65 0.72 0.14 6.04 0.69 0.55
Hex DC 4D 3D 0 41 48 E 6 45 37
Octal 334 115 75 0 101 110 16 6 105 67
Binary 11011100 1001101 111101 0 1000001 1001000 1110 110 1000101 110111

Color Harmonies of #DC4D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4D3D

Black with #DC4D3D

Text Example


Text Example

White with #DC4D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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