Html Css Color HEX #CD0261 Ruby

📋 copy color: '#CD0261'

red 205 ◦ green 2 ◦ blue 97

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

Shades of Ruby #CD0261

Tints of Ruby #CD0261

RGB

 RED value IS 205 (80.47% from 255) = 67.43%

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 97 (38.28% from 255) = 31.91%

R = 67.43%
G = 0.66%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CD0261 (or 0xCD0261) is known color: Ruby. HEX triplet: CD, 02 and 61. RGB value is (205,2,97). Sum of RGB (Red+Green+Blue) = 205+2+97=304 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.43% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0261 is #32FD9E. Grayscale: #494949. Windows color (decimal): -3341727 or 6357709. OLE color: 6357709.

HSL color Cylindrical-coordinate representation of color #CD0261: hue angle of 331.92º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD0261 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 2 97 -
CMYK 0 0.99 0.53 0.20
HSL 331.92º 0.98% 0.41% -
HSV(B) 331.92º 0.99% 0.8% -
XYZ 27.36 13.89 12.55 -
YUV 73.53 141.25 221.78 -
System Red Green Blue C M Y K H S L
Decimal 205 2 97 0 0.99 0.53 0.20 331.92 0.98 0.41
Hex CD 2 61 0 63 35 14 14C 62 29
Octal 315 2 141 0 143 65 24 514 142 51
Binary 11001101 10 1100001 0 1100011 110101 10100 101001100 1100010 101001

Color Harmonies of #CD0261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0261

Black with #CD0261

Text Example


Text Example

White with #CD0261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0261; }

 p { color: rgb(205,2,97); }

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

background-color css

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

 a { background-color: rgb(205,2,97); }

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

border-color css

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

 span { border-color: rgb(205,2,97); }

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