Html Css Color HEX #DE194F Ruby

📋 copy color: '#DE194F'

red 222 ◦ green 25 ◦ blue 79

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

Shades of Ruby #DE194F

Tints of Ruby #DE194F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.23%

R = 68.1%
G = 7.67%
B = 24.23%

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

#DE194F (or 0xDE194F) is known color: Ruby. HEX triplet: DE, 19 and 4F. RGB value is (222,25,79). Sum of RGB (Red+Green+Blue) = 222+25+79=326 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.10% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 222 - color contains mainly: red. Hex color #DE194F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE194F is #21E6B0. Grayscale: #5A5A5A. Windows color (decimal): -2221745 or 5183966. OLE color: 5183966.

HSL color Cylindrical-coordinate representation of color #DE194F: hue angle of 343.55º 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 #DE194F is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 25 79 -
CMYK 0 0.89 0.64 0.13
HSL 343.55º 0.8% 0.48% -
HSV(B) 343.55º 0.89% 0.87% -
XYZ 31.88 16.79 8.96 -
YUV 90.06 121.77 222.11 -
System Red Green Blue C M Y K H S L
Decimal 222 25 79 0 0.89 0.64 0.13 343.55 0.8 0.48
Hex DE 19 4F 0 59 40 D 158 50 30
Octal 336 31 117 0 131 100 15 530 120 60
Binary 11011110 11001 1001111 0 1011001 1000000 1101 101011000 1010000 110000

Color Harmonies of #DE194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE194F

Black with #DE194F

Text Example


Text Example

White with #DE194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE194F; }

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

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

background-color css

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

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

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

border-color css

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

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

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