Html Css Color HEX #DE1950 Ruby

📋 copy color: '#DE1950'

red 222 ◦ green 25 ◦ blue 80

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

Shades of Ruby #DE1950

Tints of Ruby #DE1950

RGB

 RED value IS 222 (87.11% from 255) = 67.89%

 GREEN value IS 25 (10.16% from 255) = 7.65%

 BLUE value IS 80 (31.64% from 255) = 24.46%

R = 67.89%
G = 7.65%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DE1950 (or 0xDE1950) is known color: Ruby. HEX triplet: DE, 19 and 50. RGB value is (222,25,80). Sum of RGB (Red+Green+Blue) = 222+25+80=327 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.89% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1950 is #21E6AF. Grayscale: #5A5A5A. Windows color (decimal): -2221744 or 5249502. OLE color: 5249502.

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

Color convert

RGB 222 25 80 -
CMYK 0 0.89 0.64 0.13
HSL 343.25º 0.8% 0.48% -
HSV(B) 343.25º 0.89% 0.87% -
XYZ 31.92 16.8 9.15 -
YUV 90.17 122.27 222.03 -
System Red Green Blue C M Y K H S L
Decimal 222 25 80 0 0.89 0.64 0.13 343.25 0.8 0.48
Hex DE 19 50 0 59 40 D 157 50 30
Octal 336 31 120 0 131 100 15 527 120 60
Binary 11011110 11001 1010000 0 1011001 1000000 1101 101010111 1010000 110000

Color Harmonies of #DE1950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1950

Black with #DE1950

Text Example


Text Example

White with #DE1950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1950; }

 p { color: rgb(222,25,80); }

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

background-color css

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

 a { background-color: rgb(222,25,80); }

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

border-color css

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

 span { border-color: rgb(222,25,80); }

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