Html Css Color HEX #DC493A Cinnabar

📋 copy color: '#DC493A'

red 220 ◦ green 73 ◦ blue 58

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

Shades of Cinnabar #DC493A

Tints of Cinnabar #DC493A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.8%

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

R = 62.68%
G = 20.8%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC493A (or 0xDC493A) is known color: Cinnabar. HEX triplet: DC, 49 and 3A. RGB value is (220,73,58). Sum of RGB (Red+Green+Blue) = 220+73+58=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 58 (23.05% from 255 or 16.52% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC493A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC493A is #23B6C5. Grayscale: #737373. Windows color (decimal): -2340550 or 3819996. OLE color: 3819996.

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

Color convert

RGB 220 73 58 -
CMYK 0 0.67 0.74 0.14
HSL 5.56º 0.7% 0.55% -
HSV(B) 5.56º 0.74% 0.86% -
XYZ 32.66 20.29 6.2 -
YUV 115.24 95.7 202.72 -
System Red Green Blue C M Y K H S L
Decimal 220 73 58 0 0.67 0.74 0.14 5.56 0.7 0.55
Hex DC 49 3A 0 43 4A E 6 46 37
Octal 334 111 72 0 103 112 16 6 106 67
Binary 11011100 1001001 111010 0 1000011 1001010 1110 110 1000110 110111

Color Harmonies of #DC493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC493A

Black with #DC493A

Text Example


Text Example

White with #DC493A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC493A; }

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

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

background-color css

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

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

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

border-color css

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

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

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