Html Css Color HEX #DC463F Cinnabar

📋 copy color: '#DC463F'

red 220 ◦ green 70 ◦ blue 63

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

Shades of Cinnabar #DC463F

Tints of Cinnabar #DC463F

RGB

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

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

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

R = 62.32%
G = 19.83%
B = 17.85%

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

#DC463F (or 0xDC463F) is known color: Cinnabar. HEX triplet: DC, 46 and 3F. RGB value is (220,70,63). Sum of RGB (Red+Green+Blue) = 220+70+63=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC463F is #23B9C0. Grayscale: #727272. Windows color (decimal): -2341313 or 4146908. OLE color: 4146908.

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

Color convert

RGB 220 70 63 -
CMYK 0 0.68 0.71 0.14
HSL 2.68º 0.69% 0.55% -
HSV(B) 2.68º 0.71% 0.86% -
XYZ 32.6 19.95 6.84 -
YUV 114.05 99.2 203.57 -
System Red Green Blue C M Y K H S L
Decimal 220 70 63 0 0.68 0.71 0.14 2.68 0.69 0.55
Hex DC 46 3F 0 44 47 E 3 45 37
Octal 334 106 77 0 104 107 16 3 105 67
Binary 11011100 1000110 111111 0 1000100 1000111 1110 11 1000101 110111

Color Harmonies of #DC463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC463F

Black with #DC463F

Text Example


Text Example

White with #DC463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC463F; }

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

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

background-color css

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

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

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

border-color css

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

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

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