Html Css Color HEX #DF135B Ruby

📋 copy color: '#DF135B'

red 223 ◦ green 19 ◦ blue 91

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

Shades of Ruby #DF135B

Tints of Ruby #DF135B

RGB

 RED value IS 223 (87.5% from 255) = 66.97%

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

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

R = 66.97%
G = 5.71%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DF135B (or 0xDF135B) is known color: Ruby. HEX triplet: DF, 13 and 5B. RGB value is (223,19,91). Sum of RGB (Red+Green+Blue) = 223+19+91=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF135B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF135B is #20ECA4. Grayscale: #585858. Windows color (decimal): -2157733 or 5968863. OLE color: 5968863.

HSL color Cylindrical-coordinate representation of color #DF135B: hue angle of 338.82º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF135B is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 19 91 -
CMYK 0 0.91 0.59 0.13
HSL 338.82º 0.84% 0.47% -
HSV(B) 338.82º 0.91% 0.87% -
XYZ 32.55 16.91 11.45 -
YUV 88.2 129.59 224.15 -
System Red Green Blue C M Y K H S L
Decimal 223 19 91 0 0.91 0.59 0.13 338.82 0.84 0.47
Hex DF 13 5B 0 5B 3B D 153 54 2F
Octal 337 23 133 0 133 73 15 523 124 57
Binary 11011111 10011 1011011 0 1011011 111011 1101 101010011 1010100 101111

Color Harmonies of #DF135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF135B

Black with #DF135B

Text Example


Text Example

White with #DF135B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF135B; }

 p { color: rgb(223,19,91); }

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

background-color css

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

 a { background-color: rgb(223,19,91); }

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

border-color css

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

 span { border-color: rgb(223,19,91); }

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