Html Css Color HEX #CB1148 Crimson

📋 copy color: '#CB1148'

red 203 ◦ green 17 ◦ blue 72

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

Shades of Crimson #CB1148

Tints of Crimson #CB1148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.66%

R = 69.52%
G = 5.82%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB1148 (or 0xCB1148) is known color: Crimson. HEX triplet: CB, 11 and 48. RGB value is (203,17,72). Sum of RGB (Red+Green+Blue) = 203+17+72=292 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.52% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1148 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1148 is #34EEB7. Grayscale: #4E4E4E. Windows color (decimal): -3468984 or 4723147. OLE color: 4723147.

HSL color Cylindrical-coordinate representation of color #CB1148: hue angle of 342.26º 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 #CB1148 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 17 72 -
CMYK 0 0.92 0.65 0.20
HSL 342.26º 0.85% 0.43% -
HSV(B) 342.26º 0.92% 0.8% -
XYZ 26 13.57 7.38 -
YUV 78.88 124.12 216.53 -
System Red Green Blue C M Y K H S L
Decimal 203 17 72 0 0.92 0.65 0.20 342.26 0.85 0.43
Hex CB 11 48 0 5C 41 14 156 55 2B
Octal 313 21 110 0 134 101 24 526 125 53
Binary 11001011 10001 1001000 0 1011100 1000001 10100 101010110 1010101 101011

Color Harmonies of #CB1148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1148

Black with #CB1148

Text Example


Text Example

White with #CB1148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1148; }

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

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

background-color css

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

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

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

border-color css

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

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

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