Html Css Color HEX #DC1853 Ruby

📋 copy color: '#DC1853'

red 220 ◦ green 24 ◦ blue 83

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

Shades of Ruby #DC1853

Tints of Ruby #DC1853

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.34%

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

R = 67.28%
G = 7.34%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC1853 (or 0xDC1853) is known color: Ruby. HEX triplet: DC, 18 and 53. RGB value is (220,24,83). Sum of RGB (Red+Green+Blue) = 220+24+83=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1853 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1853 is #23E7AC. Grayscale: #595959. Windows color (decimal): -2353069 or 5445852. OLE color: 5445852.

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

Color convert

RGB 220 24 83 -
CMYK 0 0.89 0.62 0.14
HSL 341.94º 0.8% 0.48% -
HSV(B) 341.94º 0.89% 0.86% -
XYZ 31.4 16.49 9.71 -
YUV 89.33 124.43 221.2 -
System Red Green Blue C M Y K H S L
Decimal 220 24 83 0 0.89 0.62 0.14 341.94 0.8 0.48
Hex DC 18 53 0 59 3E E 156 50 30
Octal 334 30 123 0 131 76 16 526 120 60
Binary 11011100 11000 1010011 0 1011001 111110 1110 101010110 1010000 110000

Color Harmonies of #DC1853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1853

Black with #DC1853

Text Example


Text Example

White with #DC1853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1853; }

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

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

background-color css

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

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

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

border-color css

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

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

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