Html Css Color HEX #DF1A5A Ruby

📋 copy color: '#DF1A5A'

red 223 ◦ green 26 ◦ blue 90

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

Shades of Ruby #DF1A5A

Tints of Ruby #DF1A5A

RGB

 RED value IS 223 (87.5% from 255) = 65.78%

 GREEN value IS 26 (10.55% from 255) = 7.67%

 BLUE value IS 90 (35.55% from 255) = 26.55%

R = 65.78%
G = 7.67%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DF1A5A (or 0xDF1A5A) is known color: Ruby. HEX triplet: DF, 1A and 5A. RGB value is (223,26,90). Sum of RGB (Red+Green+Blue) = 223+26+90=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 26 (10.55% from 255 or 7.67% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF1A5A is #20E5A5. Grayscale: #5C5C5C. Windows color (decimal): -2155942 or 5905119. OLE color: 5905119.

HSL color Cylindrical-coordinate representation of color #DF1A5A: hue angle of 340.51º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1A5A is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 26 90 -
CMYK 0 0.88 0.60 0.13
HSL 340.51º 0.79% 0.49% -
HSV(B) 340.51º 0.88% 0.87% -
XYZ 32.65 17.16 11.27 -
YUV 92.2 126.77 221.3 -
System Red Green Blue C M Y K H S L
Decimal 223 26 90 0 0.88 0.60 0.13 340.51 0.79 0.49
Hex DF 1A 5A 0 58 3C D 155 4F 31
Octal 337 32 132 0 130 74 15 525 117 61
Binary 11011111 11010 1011010 0 1011000 111100 1101 101010101 1001111 110001

Color Harmonies of #DF1A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1A5A

Black with #DF1A5A

Text Example


Text Example

White with #DF1A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1A5A; }

 p { color: rgb(223,26,90); }

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

background-color css

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

 a { background-color: rgb(223,26,90); }

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

border-color css

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

 span { border-color: rgb(223,26,90); }

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