Html Css Color HEX #DE1553 Ruby

📋 copy color: '#DE1553'

red 222 ◦ green 21 ◦ blue 83

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

Shades of Ruby #DE1553

Tints of Ruby #DE1553

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.44%

 BLUE value IS 83 (32.81% from 255) = 25.46%

R = 68.1%
G = 6.44%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DE1553 (or 0xDE1553) is known color: Ruby. HEX triplet: DE, 15 and 53. RGB value is (222,21,83). Sum of RGB (Red+Green+Blue) = 222+21+83=326 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.10% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1553 is #21EAAC. Grayscale: #585858. Windows color (decimal): -2222765 or 5445086. OLE color: 5445086.

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

Color convert

RGB 222 21 83 -
CMYK 0 0.91 0.63 0.13
HSL 341.49º 0.83% 0.48% -
HSV(B) 341.49º 0.91% 0.87% -
XYZ 31.95 16.69 9.72 -
YUV 88.17 125.09 223.46 -
System Red Green Blue C M Y K H S L
Decimal 222 21 83 0 0.91 0.63 0.13 341.49 0.83 0.48
Hex DE 15 53 0 5B 3F D 155 53 30
Octal 336 25 123 0 133 77 15 525 123 60
Binary 11011110 10101 1010011 0 1011011 111111 1101 101010101 1010011 110000

Color Harmonies of #DE1553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1553

Black with #DE1553

Text Example


Text Example

White with #DE1553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1553; }

 p { color: rgb(222,21,83); }

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

background-color css

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

 a { background-color: rgb(222,21,83); }

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

border-color css

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

 span { border-color: rgb(222,21,83); }

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