Html Css Color HEX #DC463C Cinnabar

📋 copy color: '#DC463C'

red 220 ◦ green 70 ◦ blue 60

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

Shades of Cinnabar #DC463C

Tints of Cinnabar #DC463C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20%

 BLUE value IS 60 (23.83% from 255) = 17.14%

R = 62.86%
G = 20%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC463C (or 0xDC463C) is known color: Cinnabar. HEX triplet: DC, 46 and 3C. RGB value is (220,70,60). Sum of RGB (Red+Green+Blue) = 220+70+60=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC463C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC463C is #23B9C3. Grayscale: #717171. Windows color (decimal): -2341316 or 3950300. OLE color: 3950300.

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

Color convert

RGB 220 70 60 -
CMYK 0 0.68 0.73 0.14
HSL 3.75º 0.7% 0.55% -
HSV(B) 3.75º 0.73% 0.86% -
XYZ 32.52 19.92 6.41 -
YUV 113.71 97.7 203.81 -
System Red Green Blue C M Y K H S L
Decimal 220 70 60 0 0.68 0.73 0.14 3.75 0.7 0.55
Hex DC 46 3C 0 44 49 E 4 46 37
Octal 334 106 74 0 104 111 16 4 106 67
Binary 11011100 1000110 111100 0 1000100 1001001 1110 100 1000110 110111

Color Harmonies of #DC463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC463C

Black with #DC463C

Text Example


Text Example

White with #DC463C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC463C; }

 p { color: rgb(220,70,60); }

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

background-color css

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

 a { background-color: rgb(220,70,60); }

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

border-color css

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

 span { border-color: rgb(220,70,60); }

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