Html Css Color HEX #D00C5A Ruby

📋 copy color: '#D00C5A'

red 208 ◦ green 12 ◦ blue 90

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

Shades of Ruby #D00C5A

Tints of Ruby #D00C5A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.87%

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

R = 67.1%
G = 3.87%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D00C5A (or 0xD00C5A) is known color: Ruby. HEX triplet: D0, 0C and 5A. RGB value is (208,12,90). Sum of RGB (Red+Green+Blue) = 208+12+90=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D00C5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00C5A is #2FF3A5. Grayscale: #4F4F4F. Windows color (decimal): -3142566 or 5901520. OLE color: 5901520.

HSL color Cylindrical-coordinate representation of color #D00C5A: hue angle of 336.12º degrees, saturation: 0.89, 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 #D00C5A is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 12 90 -
CMYK 0 0.94 0.57 0.18
HSL 336.12º 0.89% 0.43% -
HSV(B) 336.12º 0.94% 0.82% -
XYZ 27.99 14.41 10.98 -
YUV 79.5 133.93 219.66 -
System Red Green Blue C M Y K H S L
Decimal 208 12 90 0 0.94 0.57 0.18 336.12 0.89 0.43
Hex D0 C 5A 0 5E 39 12 150 59 2B
Octal 320 14 132 0 136 71 22 520 131 53
Binary 11010000 1100 1011010 0 1011110 111001 10010 101010000 1011001 101011

Color Harmonies of #D00C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00C5A

Black with #D00C5A

Text Example


Text Example

White with #D00C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00C5A; }

 p { color: rgb(208,12,90); }

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

background-color css

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

 a { background-color: rgb(208,12,90); }

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

border-color css

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

 span { border-color: rgb(208,12,90); }

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