Html Css Color HEX #DE125E Ruby

📋 copy color: '#DE125E'

red 222 ◦ green 18 ◦ blue 94

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

Shades of Ruby #DE125E

Tints of Ruby #DE125E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.39%

 BLUE value IS 94 (37.11% from 255) = 28.14%

R = 66.47%
G = 5.39%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DE125E (or 0xDE125E) is known color: Ruby. HEX triplet: DE, 12 and 5E. RGB value is (222,18,94). Sum of RGB (Red+Green+Blue) = 222+18+94=334 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.47% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 222 - color contains mainly: red. Hex color #DE125E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE125E is #21EDA1. Grayscale: #575757. Windows color (decimal): -2223522 or 6165214. OLE color: 6165214.

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

Color convert

RGB 222 18 94 -
CMYK 0 0.92 0.58 0.13
HSL 337.65º 0.85% 0.47% -
HSV(B) 337.65º 0.92% 0.87% -
XYZ 32.36 16.77 12.12 -
YUV 87.66 131.59 223.82 -
System Red Green Blue C M Y K H S L
Decimal 222 18 94 0 0.92 0.58 0.13 337.65 0.85 0.47
Hex DE 12 5E 0 5C 3A D 152 55 2F
Octal 336 22 136 0 134 72 15 522 125 57
Binary 11011110 10010 1011110 0 1011100 111010 1101 101010010 1010101 101111

Color Harmonies of #DE125E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE125E

Black with #DE125E

Text Example


Text Example

White with #DE125E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE125E; }

 p { color: rgb(222,18,94); }

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

background-color css

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

 a { background-color: rgb(222,18,94); }

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

border-color css

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

 span { border-color: rgb(222,18,94); }

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