Html Css Color HEX #DC463D Cinnabar

📋 copy color: '#DC463D'

red 220 ◦ green 70 ◦ blue 61

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

Shades of Cinnabar #DC463D

Tints of Cinnabar #DC463D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.38%

R = 62.68%
G = 19.94%
B = 17.38%

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

#DC463D (or 0xDC463D) is known color: Cinnabar. HEX triplet: DC, 46 and 3D. RGB value is (220,70,61). Sum of RGB (Red+Green+Blue) = 220+70+61=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC463D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC463D is #23B9C2. Grayscale: #727272. Windows color (decimal): -2341315 or 4015836. OLE color: 4015836.

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

Color convert

RGB 220 70 61 -
CMYK 0 0.68 0.72 0.14
HSL 3.4º 0.69% 0.55% -
HSV(B) 3.4º 0.72% 0.86% -
XYZ 32.55 19.93 6.55 -
YUV 113.82 98.2 203.73 -
System Red Green Blue C M Y K H S L
Decimal 220 70 61 0 0.68 0.72 0.14 3.4 0.69 0.55
Hex DC 46 3D 0 44 48 E 3 45 37
Octal 334 106 75 0 104 110 16 3 105 67
Binary 11011100 1000110 111101 0 1000100 1001000 1110 11 1000101 110111

Color Harmonies of #DC463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC463D

Black with #DC463D

Text Example


Text Example

White with #DC463D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC463D; }

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

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

background-color css

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

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

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

border-color css

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

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

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