Html Css Color HEX #D00D52 Ruby

📋 copy color: '#D00D52'

red 208 ◦ green 13 ◦ blue 82

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

Shades of Ruby #D00D52

Tints of Ruby #D00D52

RGB

 RED value IS 208 (81.64% from 255) = 68.65%

 GREEN value IS 13 (5.47% from 255) = 4.29%

 BLUE value IS 82 (32.42% from 255) = 27.06%

R = 68.65%
G = 4.29%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D00D52 (or 0xD00D52) is known color: Ruby. HEX triplet: D0, 0D and 52. RGB value is (208,13,82). Sum of RGB (Red+Green+Blue) = 208+13+82=303 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.65% from 303); Green value is 13 (5.47% from 255 or 4.29% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00D52 is #2FF2AD. Grayscale: #4F4F4F. Windows color (decimal): -3142318 or 5377488. OLE color: 5377488.

HSL color Cylindrical-coordinate representation of color #D00D52: hue angle of 338.77º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00D52 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 13 82 -
CMYK 0 0.94 0.61 0.18
HSL 338.77º 0.88% 0.43% -
HSV(B) 338.77º 0.94% 0.82% -
XYZ 27.68 14.31 9.29 -
YUV 79.17 129.6 219.89 -
System Red Green Blue C M Y K H S L
Decimal 208 13 82 0 0.94 0.61 0.18 338.77 0.88 0.43
Hex D0 D 52 0 5E 3D 12 153 58 2B
Octal 320 15 122 0 136 75 22 523 130 53
Binary 11010000 1101 1010010 0 1011110 111101 10010 101010011 1011000 101011

Color Harmonies of #D00D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00D52

Black with #D00D52

Text Example


Text Example

White with #D00D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00D52; }

 p { color: rgb(208,13,82); }

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

background-color css

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

 a { background-color: rgb(208,13,82); }

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

border-color css

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

 span { border-color: rgb(208,13,82); }

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