Html Css Color HEX #CB1853 Ruby

📋 copy color: '#CB1853'

red 203 ◦ green 24 ◦ blue 83

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

Shades of Ruby #CB1853

Tints of Ruby #CB1853

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.74%

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

R = 65.48%
G = 7.74%
B = 26.77%

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

#CB1853 (or 0xCB1853) is known color: Ruby. HEX triplet: CB, 18 and 53. RGB value is (203,24,83). Sum of RGB (Red+Green+Blue) = 203+24+83=310 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.48% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1853 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1853 is #34E7AC. Grayscale: #545454. Windows color (decimal): -3467181 or 5445835. OLE color: 5445835.

HSL color Cylindrical-coordinate representation of color #CB1853: hue angle of 340.22º degrees, saturation: 0.79, 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 #CB1853 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 24 83 -
CMYK 0 0.88 0.59 0.20
HSL 340.22º 0.79% 0.45% -
HSV(B) 340.22º 0.88% 0.8% -
XYZ 26.52 13.97 9.48 -
YUV 84.25 127.3 212.7 -
System Red Green Blue C M Y K H S L
Decimal 203 24 83 0 0.88 0.59 0.20 340.22 0.79 0.45
Hex CB 18 53 0 58 3B 14 154 4F 2D
Octal 313 30 123 0 130 73 24 524 117 55
Binary 11001011 11000 1010011 0 1011000 111011 10100 101010100 1001111 101101

Color Harmonies of #CB1853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1853

Black with #CB1853

Text Example


Text Example

White with #CB1853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1853; }

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

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

background-color css

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

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

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

border-color css

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

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

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