Html Css Color HEX #DC463A Cinnabar

📋 copy color: '#DC463A'

red 220 ◦ green 70 ◦ blue 58

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

Shades of Cinnabar #DC463A

Tints of Cinnabar #DC463A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.67%

R = 63.22%
G = 20.11%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC463A (or 0xDC463A) is known color: Cinnabar. HEX triplet: DC, 46 and 3A. RGB value is (220,70,58). Sum of RGB (Red+Green+Blue) = 220+70+58=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 58 (23.05% from 255 or 16.67% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC463A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC463A is #23B9C5. Grayscale: #717171. Windows color (decimal): -2341318 or 3819228. OLE color: 3819228.

HSL color Cylindrical-coordinate representation of color #DC463A: hue angle of 4.44º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC463A is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 70 58 -
CMYK 0 0.68 0.74 0.14
HSL 4.44º 0.7% 0.55% -
HSV(B) 4.44º 0.74% 0.86% -
XYZ 32.47 19.9 6.13 -
YUV 113.48 96.7 203.98 -
System Red Green Blue C M Y K H S L
Decimal 220 70 58 0 0.68 0.74 0.14 4.44 0.7 0.55
Hex DC 46 3A 0 44 4A E 4 46 37
Octal 334 106 72 0 104 112 16 4 106 67
Binary 11011100 1000110 111010 0 1000100 1001010 1110 100 1000110 110111

Color Harmonies of #DC463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC463A

Black with #DC463A

Text Example


Text Example

White with #DC463A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC463A; }

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

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

background-color css

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

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

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

border-color css

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

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

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