Html Css Color HEX #DE1351 Ruby

📋 copy color: '#DE1351'

red 222 ◦ green 19 ◦ blue 81

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

Shades of Ruby #DE1351

Tints of Ruby #DE1351

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.9%

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

R = 68.94%
G = 5.9%
B = 25.16%

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

#DE1351 (or 0xDE1351) is known color: Ruby. HEX triplet: DE, 13 and 51. RGB value is (222,19,81). Sum of RGB (Red+Green+Blue) = 222+19+81=322 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.94% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1351 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1351 is #21ECAE. Grayscale: #565656. Windows color (decimal): -2223279 or 5313502. OLE color: 5313502.

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

Color convert

RGB 222 19 81 -
CMYK 0 0.91 0.64 0.13
HSL 341.67º 0.84% 0.47% -
HSV(B) 341.67º 0.91% 0.87% -
XYZ 31.84 16.59 9.31 -
YUV 86.77 124.75 224.46 -
System Red Green Blue C M Y K H S L
Decimal 222 19 81 0 0.91 0.64 0.13 341.67 0.84 0.47
Hex DE 13 51 0 5B 40 D 156 54 2F
Octal 336 23 121 0 133 100 15 526 124 57
Binary 11011110 10011 1010001 0 1011011 1000000 1101 101010110 1010100 101111

Color Harmonies of #DE1351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1351

Black with #DE1351

Text Example


Text Example

White with #DE1351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1351; }

 p { color: rgb(222,19,81); }

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

background-color css

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

 a { background-color: rgb(222,19,81); }

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

border-color css

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

 span { border-color: rgb(222,19,81); }

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