Html Css Color HEX #DC473E Cinnabar

📋 copy color: '#DC473E'

red 220 ◦ green 71 ◦ blue 62

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

Shades of Cinnabar #DC473E

Tints of Cinnabar #DC473E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.56%

R = 62.32%
G = 20.11%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC473E (or 0xDC473E) is known color: Cinnabar. HEX triplet: DC, 47 and 3E. RGB value is (220,71,62). Sum of RGB (Red+Green+Blue) = 220+71+62=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC473E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC473E is #23B8C1. Grayscale: #727272. Windows color (decimal): -2341058 or 4081628. OLE color: 4081628.

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

Color convert

RGB 220 71 62 -
CMYK 0 0.68 0.72 0.14
HSL 3.42º 0.69% 0.55% -
HSV(B) 3.42º 0.72% 0.86% -
XYZ 32.64 20.07 6.71 -
YUV 114.53 98.36 203.23 -
System Red Green Blue C M Y K H S L
Decimal 220 71 62 0 0.68 0.72 0.14 3.42 0.69 0.55
Hex DC 47 3E 0 44 48 E 3 45 37
Octal 334 107 76 0 104 110 16 3 105 67
Binary 11011100 1000111 111110 0 1000100 1001000 1110 11 1000101 110111

Color Harmonies of #DC473E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC473E

Black with #DC473E

Text Example


Text Example

White with #DC473E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC473E; }

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

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

background-color css

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

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

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

border-color css

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

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

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