Html Css Color HEX #CB1249 Crimson

📋 copy color: '#CB1249'

red 203 ◦ green 18 ◦ blue 73

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

Shades of Crimson #CB1249

Tints of Crimson #CB1249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.83%

R = 69.05%
G = 6.12%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB1249 (or 0xCB1249) is known color: Crimson. HEX triplet: CB, 12 and 49. RGB value is (203,18,73). Sum of RGB (Red+Green+Blue) = 203+18+73=294 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.05% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1249 is #34EDB6. Grayscale: #4F4F4F. Windows color (decimal): -3468727 or 4788939. OLE color: 4788939.

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

Color convert

RGB 203 18 73 -
CMYK 0 0.91 0.64 0.20
HSL 342.16º 0.84% 0.43% -
HSV(B) 342.16º 0.91% 0.8% -
XYZ 26.05 13.61 7.56 -
YUV 79.59 124.29 216.03 -
System Red Green Blue C M Y K H S L
Decimal 203 18 73 0 0.91 0.64 0.20 342.16 0.84 0.43
Hex CB 12 49 0 5B 40 14 156 54 2B
Octal 313 22 111 0 133 100 24 526 124 53
Binary 11001011 10010 1001001 0 1011011 1000000 10100 101010110 1010100 101011

Color Harmonies of #CB1249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1249

Black with #CB1249

Text Example


Text Example

White with #CB1249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1249; }

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

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

background-color css

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

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

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

border-color css

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

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

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