Html Css Color HEX #DC4D3F Cinnabar

📋 copy color: '#DC4D3F'

red 220 ◦ green 77 ◦ blue 63

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

Shades of Cinnabar #DC4D3F

Tints of Cinnabar #DC4D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.5%

R = 61.11%
G = 21.39%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC4D3F (or 0xDC4D3F) is known color: Cinnabar. HEX triplet: DC, 4D and 3F. RGB value is (220,77,63). Sum of RGB (Red+Green+Blue) = 220+77+63=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4D3F is #23B2C0. Grayscale: #767676. Windows color (decimal): -2339521 or 4148700. OLE color: 4148700.

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

Color convert

RGB 220 77 63 -
CMYK 0 0.65 0.71 0.14
HSL 5.35º 0.69% 0.55% -
HSV(B) 5.35º 0.71% 0.86% -
XYZ 33.07 20.88 6.99 -
YUV 118.16 96.88 200.64 -
System Red Green Blue C M Y K H S L
Decimal 220 77 63 0 0.65 0.71 0.14 5.35 0.69 0.55
Hex DC 4D 3F 0 41 47 E 5 45 37
Octal 334 115 77 0 101 107 16 5 105 67
Binary 11011100 1001101 111111 0 1000001 1000111 1110 101 1000101 110111

Color Harmonies of #DC4D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4D3F

Black with #DC4D3F

Text Example


Text Example

White with #DC4D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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