Html Css Color HEX #D20F4F Ruby

📋 copy color: '#D20F4F'

red 210 ◦ green 15 ◦ blue 79

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

Shades of Ruby #D20F4F

Tints of Ruby #D20F4F

RGB

 RED value IS 210 (82.42% from 255) = 69.08%

 GREEN value IS 15 (6.25% from 255) = 4.93%

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

R = 69.08%
G = 4.93%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D20F4F (or 0xD20F4F) is known color: Ruby. HEX triplet: D2, 0F and 4F. RGB value is (210,15,79). Sum of RGB (Red+Green+Blue) = 210+15+79=304 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.08% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 210 - color contains mainly: red. Hex color #D20F4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20F4F is #2DF0B0. Grayscale: #505050. Windows color (decimal): -3010737 or 5181394. OLE color: 5181394.

HSL color Cylindrical-coordinate representation of color #D20F4F: hue angle of 340.31º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D20F4F is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 15 79 -
CMYK 0 0.93 0.62 0.18
HSL 340.31º 0.87% 0.44% -
HSV(B) 340.31º 0.93% 0.82% -
XYZ 28.16 14.61 8.73 -
YUV 80.6 127.1 220.3 -
System Red Green Blue C M Y K H S L
Decimal 210 15 79 0 0.93 0.62 0.18 340.31 0.87 0.44
Hex D2 F 4F 0 5D 3E 12 154 57 2C
Octal 322 17 117 0 135 76 22 524 127 54
Binary 11010010 1111 1001111 0 1011101 111110 10010 101010100 1010111 101100

Color Harmonies of #D20F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20F4F

Black with #D20F4F

Text Example


Text Example

White with #D20F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20F4F; }

 p { color: rgb(210,15,79); }

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

background-color css

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

 a { background-color: rgb(210,15,79); }

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

border-color css

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

 span { border-color: rgb(210,15,79); }

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