Html Css Color HEX #DC1253 Ruby

📋 copy color: '#DC1253'

red 220 ◦ green 18 ◦ blue 83

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

Shades of Ruby #DC1253

Tints of Ruby #DC1253

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.61%

 BLUE value IS 83 (32.81% from 255) = 25.86%

R = 68.54%
G = 5.61%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC1253 (or 0xDC1253) is known color: Ruby. HEX triplet: DC, 12 and 53. RGB value is (220,18,83). Sum of RGB (Red+Green+Blue) = 220+18+83=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 83 (32.81% from 255 or 25.86% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1253 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1253 is #23EDAC. Grayscale: #555555. Windows color (decimal): -2354605 or 5444316. OLE color: 5444316.

HSL color Cylindrical-coordinate representation of color #DC1253: hue angle of 340.69º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC1253 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 18 83 -
CMYK 0 0.92 0.62 0.14
HSL 340.69º 0.85% 0.47% -
HSV(B) 340.69º 0.92% 0.86% -
XYZ 31.29 16.27 9.68 -
YUV 85.81 126.42 223.71 -
System Red Green Blue C M Y K H S L
Decimal 220 18 83 0 0.92 0.62 0.14 340.69 0.85 0.47
Hex DC 12 53 0 5C 3E E 155 55 2F
Octal 334 22 123 0 134 76 16 525 125 57
Binary 11011100 10010 1010011 0 1011100 111110 1110 101010101 1010101 101111

Color Harmonies of #DC1253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1253

Black with #DC1253

Text Example


Text Example

White with #DC1253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1253; }

 p { color: rgb(220,18,83); }

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

background-color css

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

 a { background-color: rgb(220,18,83); }

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

border-color css

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

 span { border-color: rgb(220,18,83); }

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