Html Css Color HEX #CB1353 Ruby

📋 copy color: '#CB1353'

red 203 ◦ green 19 ◦ blue 83

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

Shades of Ruby #CB1353

Tints of Ruby #CB1353

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.23%

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

R = 66.56%
G = 6.23%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CB1353 (or 0xCB1353) is known color: Ruby. HEX triplet: CB, 13 and 53. RGB value is (203,19,83). Sum of RGB (Red+Green+Blue) = 203+19+83=305 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.56% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1353 is #34ECAC. Grayscale: #515151. Windows color (decimal): -3468461 or 5444555. OLE color: 5444555.

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

Color convert

RGB 203 19 83 -
CMYK 0 0.91 0.59 0.20
HSL 339.13º 0.83% 0.44% -
HSV(B) 339.13º 0.91% 0.8% -
XYZ 26.42 13.79 9.45 -
YUV 81.31 128.96 214.8 -
System Red Green Blue C M Y K H S L
Decimal 203 19 83 0 0.91 0.59 0.20 339.13 0.83 0.44
Hex CB 13 53 0 5B 3B 14 153 53 2C
Octal 313 23 123 0 133 73 24 523 123 54
Binary 11001011 10011 1010011 0 1011011 111011 10100 101010011 1010011 101100

Color Harmonies of #CB1353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1353

Black with #CB1353

Text Example


Text Example

White with #CB1353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1353; }

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

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

background-color css

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

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

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

border-color css

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

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

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