Html Css Color HEX #CB125D Ruby

📋 copy color: '#CB125D'

red 203 ◦ green 18 ◦ blue 93

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

Shades of Ruby #CB125D

Tints of Ruby #CB125D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.73%

 BLUE value IS 93 (36.72% from 255) = 29.62%

R = 64.65%
G = 5.73%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB125D (or 0xCB125D) is known color: Ruby. HEX triplet: CB, 12 and 5D. RGB value is (203,18,93). Sum of RGB (Red+Green+Blue) = 203+18+93=314 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.65% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 203 - color contains mainly: red. Hex color #CB125D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB125D is #34EDA2. Grayscale: #515151. Windows color (decimal): -3468707 or 6099659. OLE color: 6099659.

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

Color convert

RGB 203 18 93 -
CMYK 0 0.91 0.54 0.20
HSL 335.68º 0.84% 0.43% -
HSV(B) 335.68º 0.91% 0.8% -
XYZ 26.82 13.92 11.63 -
YUV 81.87 134.29 214.4 -
System Red Green Blue C M Y K H S L
Decimal 203 18 93 0 0.91 0.54 0.20 335.68 0.84 0.43
Hex CB 12 5D 0 5B 36 14 150 54 2B
Octal 313 22 135 0 133 66 24 520 124 53
Binary 11001011 10010 1011101 0 1011011 110110 10100 101010000 1010100 101011

Color Harmonies of #CB125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB125D

Black with #CB125D

Text Example


Text Example

White with #CB125D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB125D; }

 p { color: rgb(203,18,93); }

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

background-color css

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

 a { background-color: rgb(203,18,93); }

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

border-color css

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

 span { border-color: rgb(203,18,93); }

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