Html Css Color HEX #DE135C Ruby

📋 copy color: '#DE135C'

red 222 ◦ green 19 ◦ blue 92

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

Shades of Ruby #DE135C

Tints of Ruby #DE135C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.63%

R = 66.67%
G = 5.71%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DE135C (or 0xDE135C) is known color: Ruby. HEX triplet: DE, 13 and 5C. RGB value is (222,19,92). Sum of RGB (Red+Green+Blue) = 222+19+92=333 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.67% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 222 - color contains mainly: red. Hex color #DE135C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE135C is #21ECA3. Grayscale: #575757. Windows color (decimal): -2223268 or 6034398. OLE color: 6034398.

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

Color convert

RGB 222 19 92 -
CMYK 0 0.91 0.59 0.13
HSL 338.42º 0.84% 0.47% -
HSV(B) 338.42º 0.91% 0.87% -
XYZ 32.29 16.77 11.66 -
YUV 88.02 130.25 223.56 -
System Red Green Blue C M Y K H S L
Decimal 222 19 92 0 0.91 0.59 0.13 338.42 0.84 0.47
Hex DE 13 5C 0 5B 3B D 152 54 2F
Octal 336 23 134 0 133 73 15 522 124 57
Binary 11011110 10011 1011100 0 1011011 111011 1101 101010010 1010100 101111

Color Harmonies of #DE135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE135C

Black with #DE135C

Text Example


Text Example

White with #DE135C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE135C; }

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

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

background-color css

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

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

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

border-color css

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

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

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