Html Css Color HEX #D0135C Ruby

📋 copy color: '#D0135C'

red 208 ◦ green 19 ◦ blue 92

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

Shades of Ruby #D0135C

Tints of Ruby #D0135C

RGB

 RED value IS 208 (81.64% from 255) = 65.2%

 GREEN value IS 19 (7.81% from 255) = 5.96%

 BLUE value IS 92 (36.33% from 255) = 28.84%

R = 65.2%
G = 5.96%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0135C (or 0xD0135C) is known color: Ruby. HEX triplet: D0, 13 and 5C. RGB value is (208,19,92). Sum of RGB (Red+Green+Blue) = 208+19+92=319 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.20% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 208 - color contains mainly: red. Hex color #D0135C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0135C is #2FECA3. Grayscale: #535353. Windows color (decimal): -3140772 or 6034384. OLE color: 6034384.

HSL color Cylindrical-coordinate representation of color #D0135C: hue angle of 336.83º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0135C is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 19 92 -
CMYK 0 0.91 0.56 0.18
HSL 336.83º 0.83% 0.45% -
HSV(B) 336.83º 0.91% 0.82% -
XYZ 28.18 14.65 11.47 -
YUV 83.83 132.62 216.56 -
System Red Green Blue C M Y K H S L
Decimal 208 19 92 0 0.91 0.56 0.18 336.83 0.83 0.45
Hex D0 13 5C 0 5B 38 12 151 53 2D
Octal 320 23 134 0 133 70 22 521 123 55
Binary 11010000 10011 1011100 0 1011011 111000 10010 101010001 1010011 101101

Color Harmonies of #D0135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0135C

Black with #D0135C

Text Example


Text Example

White with #D0135C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0135C; }

 p { color: rgb(208,19,92); }

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

background-color css

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

 a { background-color: rgb(208,19,92); }

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

border-color css

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

 span { border-color: rgb(208,19,92); }

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