Html Css Color HEX #D3075D Ruby

📋 copy color: '#D3075D'

red 211 ◦ green 7 ◦ blue 93

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

Shades of Ruby #D3075D

Tints of Ruby #D3075D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.25%

 BLUE value IS 93 (36.72% from 255) = 29.9%

R = 67.85%
G = 2.25%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D3075D (or 0xD3075D) is known color: Ruby. HEX triplet: D3, 07 and 5D. RGB value is (211,7,93). Sum of RGB (Red+Green+Blue) = 211+7+93=311 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.85% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 211 - color contains mainly: red. Hex color #D3075D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3075D is #2CF8A2. Grayscale: #4D4D4D. Windows color (decimal): -2947235 or 6096851. OLE color: 6096851.

HSL color Cylindrical-coordinate representation of color #D3075D: hue angle of 334.71º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D3075D is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 7 93 -
CMYK 0 0.97 0.56 0.17
HSL 334.71º 0.94% 0.43% -
HSV(B) 334.71º 0.97% 0.83% -
XYZ 28.92 14.79 11.69 -
YUV 77.8 136.59 223.01 -
System Red Green Blue C M Y K H S L
Decimal 211 7 93 0 0.97 0.56 0.17 334.71 0.94 0.43
Hex D3 7 5D 0 61 38 11 14F 5E 2B
Octal 323 7 135 0 141 70 21 517 136 53
Binary 11010011 111 1011101 0 1100001 111000 10001 101001111 1011110 101011

Color Harmonies of #D3075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3075D

Black with #D3075D

Text Example


Text Example

White with #D3075D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3075D; }

 p { color: rgb(211,7,93); }

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

background-color css

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

 a { background-color: rgb(211,7,93); }

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

border-color css

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

 span { border-color: rgb(211,7,93); }

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