Html Css Color HEX #CB0D53 Ruby

📋 copy color: '#CB0D53'

red 203 ◦ green 13 ◦ blue 83

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

Shades of Ruby #CB0D53

Tints of Ruby #CB0D53

RGB

 RED value IS 203 (79.69% from 255) = 67.89%

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

 BLUE value IS 83 (32.81% from 255) = 27.76%

R = 67.89%
G = 4.35%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CB0D53 (or 0xCB0D53) is known color: Ruby. HEX triplet: CB, 0D and 53. RGB value is (203,13,83). Sum of RGB (Red+Green+Blue) = 203+13+83=299 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.89% from 299); Green value is 13 (5.47% from 255 or 4.35% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0D53 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0D53 is #34F2AC. Grayscale: #4D4D4D. Windows color (decimal): -3469997 or 5443019. OLE color: 5443019.

HSL color Cylindrical-coordinate representation of color #CB0D53: hue angle of 337.89º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0D53 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 13 83 -
CMYK 0 0.94 0.59 0.20
HSL 337.89º 0.88% 0.42% -
HSV(B) 337.89º 0.94% 0.8% -
XYZ 26.33 13.61 9.42 -
YUV 77.79 130.95 217.31 -
System Red Green Blue C M Y K H S L
Decimal 203 13 83 0 0.94 0.59 0.20 337.89 0.88 0.42
Hex CB D 53 0 5E 3B 14 152 58 2A
Octal 313 15 123 0 136 73 24 522 130 52
Binary 11001011 1101 1010011 0 1011110 111011 10100 101010010 1011000 101010

Color Harmonies of #CB0D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0D53

Black with #CB0D53

Text Example


Text Example

White with #CB0D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0D53; }

 p { color: rgb(203,13,83); }

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

background-color css

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

 a { background-color: rgb(203,13,83); }

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

border-color css

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

 span { border-color: rgb(203,13,83); }

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