Html Css Color HEX #DC473F Cinnabar

📋 copy color: '#DC473F'

red 220 ◦ green 71 ◦ blue 63

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

Shades of Cinnabar #DC473F

Tints of Cinnabar #DC473F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.06%

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

R = 62.15%
G = 20.06%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC473F (or 0xDC473F) is known color: Cinnabar. HEX triplet: DC, 47 and 3F. RGB value is (220,71,63). Sum of RGB (Red+Green+Blue) = 220+71+63=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC473F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC473F is #23B8C0. Grayscale: #727272. Windows color (decimal): -2341057 or 4147164. OLE color: 4147164.

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

Color convert

RGB 220 71 63 -
CMYK 0 0.68 0.71 0.14
HSL 3.06º 0.69% 0.55% -
HSV(B) 3.06º 0.71% 0.86% -
XYZ 32.67 20.08 6.86 -
YUV 114.64 98.86 203.15 -
System Red Green Blue C M Y K H S L
Decimal 220 71 63 0 0.68 0.71 0.14 3.06 0.69 0.55
Hex DC 47 3F 0 44 47 E 3 45 37
Octal 334 107 77 0 104 107 16 3 105 67
Binary 11011100 1000111 111111 0 1000100 1000111 1110 11 1000101 110111

Color Harmonies of #DC473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC473F

Black with #DC473F

Text Example


Text Example

White with #DC473F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC473F; }

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

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

background-color css

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

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

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

border-color css

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

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

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