Html Css Color HEX #DC135B Ruby

📋 copy color: '#DC135B'

red 220 ◦ green 19 ◦ blue 91

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

Shades of Ruby #DC135B

Tints of Ruby #DC135B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.58%

R = 66.67%
G = 5.76%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC135B (or 0xDC135B) is known color: Ruby. HEX triplet: DC, 13 and 5B. RGB value is (220,19,91). Sum of RGB (Red+Green+Blue) = 220+19+91=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC135B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC135B is #23ECA4. Grayscale: #575757. Windows color (decimal): -2354341 or 5968860. OLE color: 5968860.

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

Color convert

RGB 220 19 91 -
CMYK 0 0.91 0.59 0.14
HSL 338.51º 0.84% 0.47% -
HSV(B) 338.51º 0.91% 0.86% -
XYZ 31.64 16.44 11.4 -
YUV 87.31 130.09 222.65 -
System Red Green Blue C M Y K H S L
Decimal 220 19 91 0 0.91 0.59 0.14 338.51 0.84 0.47
Hex DC 13 5B 0 5B 3B E 153 54 2F
Octal 334 23 133 0 133 73 16 523 124 57
Binary 11011100 10011 1011011 0 1011011 111011 1110 101010011 1010100 101111

Color Harmonies of #DC135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC135B

Black with #DC135B

Text Example


Text Example

White with #DC135B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC135B; }

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

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

background-color css

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

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

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

border-color css

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

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

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