Html Css Color HEX #CB1953 Ruby

📋 copy color: '#CB1953'

red 203 ◦ green 25 ◦ blue 83

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

Shades of Ruby #CB1953

Tints of Ruby #CB1953

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.04%

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

R = 65.27%
G = 8.04%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CB1953 (or 0xCB1953) is known color: Ruby. HEX triplet: CB, 19 and 53. RGB value is (203,25,83). Sum of RGB (Red+Green+Blue) = 203+25+83=311 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.27% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 83 (32.81% from 255 or 26.69% from 311); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1953 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1953 is #34E6AC. Grayscale: #545454. Windows color (decimal): -3466925 or 5446091. OLE color: 5446091.

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

Color convert

RGB 203 25 83 -
CMYK 0 0.88 0.59 0.20
HSL 340.45º 0.78% 0.45% -
HSV(B) 340.45º 0.88% 0.8% -
XYZ 26.54 14.02 9.49 -
YUV 84.83 126.97 212.28 -
System Red Green Blue C M Y K H S L
Decimal 203 25 83 0 0.88 0.59 0.20 340.45 0.78 0.45
Hex CB 19 53 0 58 3B 14 154 4E 2D
Octal 313 31 123 0 130 73 24 524 116 55
Binary 11001011 11001 1010011 0 1011000 111011 10100 101010100 1001110 101101

Color Harmonies of #CB1953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1953

Black with #CB1953

Text Example


Text Example

White with #CB1953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1953; }

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

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

background-color css

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

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

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

border-color css

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

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

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