Html Css Color HEX #DC1353 Ruby

📋 copy color: '#DC1353'

red 220 ◦ green 19 ◦ blue 83

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

Shades of Ruby #DC1353

Tints of Ruby #DC1353

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.9%

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

R = 68.32%
G = 5.9%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC1353 (or 0xDC1353) is known color: Ruby. HEX triplet: DC, 13 and 53. RGB value is (220,19,83). Sum of RGB (Red+Green+Blue) = 220+19+83=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1353 is #23ECAC. Grayscale: #565656. Windows color (decimal): -2354349 or 5444572. OLE color: 5444572.

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

Color convert

RGB 220 19 83 -
CMYK 0 0.91 0.62 0.14
HSL 340.9º 0.84% 0.47% -
HSV(B) 340.9º 0.91% 0.86% -
XYZ 31.31 16.31 9.68 -
YUV 86.4 126.09 223.3 -
System Red Green Blue C M Y K H S L
Decimal 220 19 83 0 0.91 0.62 0.14 340.9 0.84 0.47
Hex DC 13 53 0 5B 3E E 155 54 2F
Octal 334 23 123 0 133 76 16 525 124 57
Binary 11011100 10011 1010011 0 1011011 111110 1110 101010101 1010100 101111

Color Harmonies of #DC1353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1353

Black with #DC1353

Text Example


Text Example

White with #DC1353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1353; }

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

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

background-color css

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

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

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

border-color css

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

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

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