Html Css Color HEX #D30F5F Ruby

📋 copy color: '#D30F5F'

red 211 ◦ green 15 ◦ blue 95

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

Shades of Ruby #D30F5F

Tints of Ruby #D30F5F

RGB

 RED value IS 211 (82.81% from 255) = 65.73%

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

 BLUE value IS 95 (37.5% from 255) = 29.6%

R = 65.73%
G = 4.67%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D30F5F (or 0xD30F5F) is known color: Ruby. HEX triplet: D3, 0F and 5F. RGB value is (211,15,95). Sum of RGB (Red+Green+Blue) = 211+15+95=321 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.73% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 211 - color contains mainly: red. Hex color #D30F5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30F5F is #2CF0A0. Grayscale: #525252. Windows color (decimal): -2945185 or 6229971. OLE color: 6229971.

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

Color convert

RGB 211 15 95 -
CMYK 0 0.93 0.55 0.17
HSL 335.51º 0.87% 0.44% -
HSV(B) 335.51º 0.93% 0.83% -
XYZ 29.1 15.02 12.19 -
YUV 82.72 134.93 219.5 -
System Red Green Blue C M Y K H S L
Decimal 211 15 95 0 0.93 0.55 0.17 335.51 0.87 0.44
Hex D3 F 5F 0 5D 37 11 150 57 2C
Octal 323 17 137 0 135 67 21 520 127 54
Binary 11010011 1111 1011111 0 1011101 110111 10001 101010000 1010111 101100

Color Harmonies of #D30F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30F5F

Black with #D30F5F

Text Example


Text Example

White with #D30F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30F5F; }

 p { color: rgb(211,15,95); }

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

background-color css

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

 a { background-color: rgb(211,15,95); }

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

border-color css

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

 span { border-color: rgb(211,15,95); }

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