Html Css Color HEX #CB1554 Ruby

📋 copy color: '#CB1554'

red 203 ◦ green 21 ◦ blue 84

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

Shades of Ruby #CB1554

Tints of Ruby #CB1554

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.82%

 BLUE value IS 84 (33.2% from 255) = 27.27%

R = 65.91%
G = 6.82%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CB1554 (or 0xCB1554) is known color: Ruby. HEX triplet: CB, 15 and 54. RGB value is (203,21,84). Sum of RGB (Red+Green+Blue) = 203+21+84=308 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.91% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 84 (33.20% from 255 or 27.27% from 308); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1554 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1554 is #34EAAB. Grayscale: #525252. Windows color (decimal): -3467948 or 5510603. OLE color: 5510603.

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

Color convert

RGB 203 21 84 -
CMYK 0 0.90 0.59 0.20
HSL 339.23º 0.81% 0.44% -
HSV(B) 339.23º 0.9% 0.8% -
XYZ 26.5 13.87 9.67 -
YUV 82.6 128.8 213.88 -
System Red Green Blue C M Y K H S L
Decimal 203 21 84 0 0.90 0.59 0.20 339.23 0.81 0.44
Hex CB 15 54 0 5A 3B 14 153 51 2C
Octal 313 25 124 0 132 73 24 523 121 54
Binary 11001011 10101 1010100 0 1011010 111011 10100 101010011 1010001 101100

Color Harmonies of #CB1554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1554

Black with #CB1554

Text Example


Text Example

White with #CB1554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1554; }

 p { color: rgb(203,21,84); }

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

background-color css

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

 a { background-color: rgb(203,21,84); }

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

border-color css

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

 span { border-color: rgb(203,21,84); }

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