Html Css Color HEX #DF1451 Ruby

📋 copy color: '#DF1451'

red 223 ◦ green 20 ◦ blue 81

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

Shades of Ruby #DF1451

Tints of Ruby #DF1451

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.17%

 BLUE value IS 81 (32.03% from 255) = 25%

R = 68.83%
G = 6.17%
B = 25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF1451 (or 0xDF1451) is known color: Ruby. HEX triplet: DF, 14 and 51. RGB value is (223,20,81). Sum of RGB (Red+Green+Blue) = 223+20+81=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1451 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1451 is #20EBAE. Grayscale: #575757. Windows color (decimal): -2157487 or 5313759. OLE color: 5313759.

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

Color convert

RGB 223 20 81 -
CMYK 0 0.91 0.64 0.13
HSL 341.97º 0.84% 0.48% -
HSV(B) 341.97º 0.91% 0.87% -
XYZ 32.17 16.78 9.33 -
YUV 87.65 124.25 224.54 -
System Red Green Blue C M Y K H S L
Decimal 223 20 81 0 0.91 0.64 0.13 341.97 0.84 0.48
Hex DF 14 51 0 5B 40 D 156 54 30
Octal 337 24 121 0 133 100 15 526 124 60
Binary 11011111 10100 1010001 0 1011011 1000000 1101 101010110 1010100 110000

Color Harmonies of #DF1451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1451

Black with #DF1451

Text Example


Text Example

White with #DF1451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1451; }

 p { color: rgb(223,20,81); }

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

background-color css

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

 a { background-color: rgb(223,20,81); }

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

border-color css

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

 span { border-color: rgb(223,20,81); }

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