Html Css Color HEX #D30F4F Ruby

📋 copy color: '#D30F4F'

red 211 ◦ green 15 ◦ blue 79

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

Shades of Ruby #D30F4F

Tints of Ruby #D30F4F

RGB

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

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

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

R = 69.18%
G = 4.92%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D30F4F (or 0xD30F4F) is known color: Ruby. HEX triplet: D3, 0F and 4F. RGB value is (211,15,79). Sum of RGB (Red+Green+Blue) = 211+15+79=305 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.18% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 211 - color contains mainly: red. Hex color #D30F4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30F4F is #2CF0B0. Grayscale: #505050. Windows color (decimal): -2945201 or 5181395. OLE color: 5181395.

HSL color Cylindrical-coordinate representation of color #D30F4F: hue angle of 340.41º 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 #D30F4F is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 15 79 -
CMYK 0 0.93 0.63 0.17
HSL 340.41º 0.87% 0.44% -
HSV(B) 340.41º 0.93% 0.83% -
XYZ 28.45 14.76 8.75 -
YUV 80.9 126.93 220.8 -
System Red Green Blue C M Y K H S L
Decimal 211 15 79 0 0.93 0.63 0.17 340.41 0.87 0.44
Hex D3 F 4F 0 5D 3F 11 154 57 2C
Octal 323 17 117 0 135 77 21 524 127 54
Binary 11010011 1111 1001111 0 1011101 111111 10001 101010100 1010111 101100

Color Harmonies of #D30F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30F4F

Black with #D30F4F

Text Example


Text Example

White with #D30F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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