Html Css Color HEX #DE0F5F Ruby

📋 copy color: '#DE0F5F'

red 222 ◦ green 15 ◦ blue 95

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

Shades of Ruby #DE0F5F

Tints of Ruby #DE0F5F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.52%

 BLUE value IS 95 (37.5% from 255) = 28.61%

R = 66.87%
G = 4.52%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DE0F5F (or 0xDE0F5F) is known color: Ruby. HEX triplet: DE, 0F and 5F. RGB value is (222,15,95). Sum of RGB (Red+Green+Blue) = 222+15+95=332 (43% of max value = 765). Red value is 222 (87.11% from 255 or 66.87% from 332); Green value is 15 (6.25% from 255 or 4.52% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0F5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0F5F is #21F0A0. Grayscale: #555555. Windows color (decimal): -2224289 or 6229982. OLE color: 6229982.

HSL color Cylindrical-coordinate representation of color #DE0F5F: hue angle of 336.81º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE0F5F is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 15 95 -
CMYK 0 0.93 0.57 0.13
HSL 336.81º 0.87% 0.46% -
HSV(B) 336.81º 0.93% 0.87% -
XYZ 32.36 16.7 12.34 -
YUV 86.01 133.08 225 -
System Red Green Blue C M Y K H S L
Decimal 222 15 95 0 0.93 0.57 0.13 336.81 0.87 0.46
Hex DE F 5F 0 5D 39 D 151 57 2E
Octal 336 17 137 0 135 71 15 521 127 56
Binary 11011110 1111 1011111 0 1011101 111001 1101 101010001 1010111 101110

Color Harmonies of #DE0F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0F5F

Black with #DE0F5F

Text Example


Text Example

White with #DE0F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0F5F; }

 p { color: rgb(222,15,95); }

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

background-color css

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

 a { background-color: rgb(222,15,95); }

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

border-color css

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

 span { border-color: rgb(222,15,95); }

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