Html Css Color HEX #D3095B Ruby

📋 copy color: '#D3095B'

red 211 ◦ green 9 ◦ blue 91

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

Shades of Ruby #D3095B

Tints of Ruby #D3095B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.89%

 BLUE value IS 91 (35.94% from 255) = 29.26%

R = 67.85%
G = 2.89%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D3095B (or 0xD3095B) is known color: Ruby. HEX triplet: D3, 09 and 5B. RGB value is (211,9,91). Sum of RGB (Red+Green+Blue) = 211+9+91=311 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.85% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 211 - color contains mainly: red. Hex color #D3095B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3095B is #2CF6A4. Grayscale: #4E4E4E. Windows color (decimal): -2946725 or 5966291. OLE color: 5966291.

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

Color convert

RGB 211 9 91 -
CMYK 0 0.96 0.57 0.17
HSL 335.64º 0.92% 0.43% -
HSV(B) 335.64º 0.96% 0.83% -
XYZ 28.85 14.8 11.23 -
YUV 78.75 134.92 222.33 -
System Red Green Blue C M Y K H S L
Decimal 211 9 91 0 0.96 0.57 0.17 335.64 0.92 0.43
Hex D3 9 5B 0 60 39 11 150 5C 2B
Octal 323 11 133 0 140 71 21 520 134 53
Binary 11010011 1001 1011011 0 1100000 111001 10001 101010000 1011100 101011

Color Harmonies of #D3095B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3095B

Black with #D3095B

Text Example


Text Example

White with #D3095B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3095B; }

 p { color: rgb(211,9,91); }

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

background-color css

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

 a { background-color: rgb(211,9,91); }

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

border-color css

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

 span { border-color: rgb(211,9,91); }

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