Html Css Color HEX #DC154F Ruby

📋 copy color: '#DC154F'

red 220 ◦ green 21 ◦ blue 79

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

Shades of Ruby #DC154F

Tints of Ruby #DC154F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.56%

 BLUE value IS 79 (31.25% from 255) = 24.69%

R = 68.75%
G = 6.56%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC154F (or 0xDC154F) is known color: Ruby. HEX triplet: DC, 15 and 4F. RGB value is (220,21,79). Sum of RGB (Red+Green+Blue) = 220+21+79=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC154F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC154F is #23EAB0. Grayscale: #575757. Windows color (decimal): -2353841 or 5182940. OLE color: 5182940.

HSL color Cylindrical-coordinate representation of color #DC154F: hue angle of 342.51º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC154F is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 21 79 -
CMYK 0 0.90 0.64 0.14
HSL 342.51º 0.83% 0.47% -
HSV(B) 342.51º 0.9% 0.86% -
XYZ 31.19 16.32 8.9 -
YUV 87.11 123.43 222.78 -
System Red Green Blue C M Y K H S L
Decimal 220 21 79 0 0.90 0.64 0.14 342.51 0.83 0.47
Hex DC 15 4F 0 5A 40 E 157 53 2F
Octal 334 25 117 0 132 100 16 527 123 57
Binary 11011100 10101 1001111 0 1011010 1000000 1110 101010111 1010011 101111

Color Harmonies of #DC154F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC154F

Black with #DC154F

Text Example


Text Example

White with #DC154F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC154F; }

 p { color: rgb(220,21,79); }

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

background-color css

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

 a { background-color: rgb(220,21,79); }

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

border-color css

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

 span { border-color: rgb(220,21,79); }

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