Html Css Color HEX #DC1452 Ruby

📋 copy color: '#DC1452'

red 220 ◦ green 20 ◦ blue 82

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

Shades of Ruby #DC1452

Tints of Ruby #DC1452

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.21%

 BLUE value IS 82 (32.42% from 255) = 25.47%

R = 68.32%
G = 6.21%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC1452 (or 0xDC1452) is known color: Ruby. HEX triplet: DC, 14 and 52. RGB value is (220,20,82). Sum of RGB (Red+Green+Blue) = 220+20+82=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1452 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1452 is #23EBAD. Grayscale: #565656. Windows color (decimal): -2354094 or 5379292. OLE color: 5379292.

HSL color Cylindrical-coordinate representation of color #DC1452: hue angle of 341.4º degrees, saturation: 0.83, 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 #DC1452 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 20 82 -
CMYK 0 0.91 0.63 0.14
HSL 341.4º 0.83% 0.47% -
HSV(B) 341.4º 0.91% 0.86% -
XYZ 31.29 16.33 9.48 -
YUV 86.87 125.26 222.96 -
System Red Green Blue C M Y K H S L
Decimal 220 20 82 0 0.91 0.63 0.14 341.4 0.83 0.47
Hex DC 14 52 0 5B 3F E 155 53 2F
Octal 334 24 122 0 133 77 16 525 123 57
Binary 11011100 10100 1010010 0 1011011 111111 1110 101010101 1010011 101111

Color Harmonies of #DC1452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1452

Black with #DC1452

Text Example


Text Example

White with #DC1452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1452; }

 p { color: rgb(220,20,82); }

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

background-color css

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

 a { background-color: rgb(220,20,82); }

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

border-color css

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

 span { border-color: rgb(220,20,82); }

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