Html Css Color HEX #CB114B Crimson

📋 copy color: '#CB114B'

red 203 ◦ green 17 ◦ blue 75

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

Shades of Crimson #CB114B

Tints of Crimson #CB114B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.76%

 BLUE value IS 75 (29.69% from 255) = 25.42%

R = 68.81%
G = 5.76%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB114B (or 0xCB114B) is known color: Crimson. HEX triplet: CB, 11 and 4B. RGB value is (203,17,75). Sum of RGB (Red+Green+Blue) = 203+17+75=295 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.81% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 203 - color contains mainly: red. Hex color #CB114B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB114B is #34EEB4. Grayscale: #4F4F4F. Windows color (decimal): -3468981 or 4919755. OLE color: 4919755.

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

Color convert

RGB 203 17 75 -
CMYK 0 0.92 0.63 0.20
HSL 341.29º 0.85% 0.43% -
HSV(B) 341.29º 0.92% 0.8% -
XYZ 26.1 13.61 7.91 -
YUV 79.23 125.62 216.28 -
System Red Green Blue C M Y K H S L
Decimal 203 17 75 0 0.92 0.63 0.20 341.29 0.85 0.43
Hex CB 11 4B 0 5C 3F 14 155 55 2B
Octal 313 21 113 0 134 77 24 525 125 53
Binary 11001011 10001 1001011 0 1011100 111111 10100 101010101 1010101 101011

Color Harmonies of #CB114B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB114B

Black with #CB114B

Text Example


Text Example

White with #CB114B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB114B; }

 p { color: rgb(203,17,75); }

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

background-color css

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

 a { background-color: rgb(203,17,75); }

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

border-color css

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

 span { border-color: rgb(203,17,75); }

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