Html Css Color HEX #CB0149 Crimson

📋 copy color: '#CB0149'

red 203 ◦ green 1 ◦ blue 73

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

Shades of Crimson #CB0149

Tints of Crimson #CB0149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 73.29%
G = 0.36%
B = 26.35%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB0149 (or 0xCB0149) is known color: Crimson. HEX triplet: CB, 01 and 49. RGB value is (203,1,73). Sum of RGB (Red+Green+Blue) = 203+1+73=277 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.29% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0149 is #34FEB6. Grayscale: #454545. Windows color (decimal): -3473079 or 4784587. OLE color: 4784587.

HSL color Cylindrical-coordinate representation of color #CB0149: hue angle of 338.61º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB0149 is Cyan = 0, Magento = 1.00, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 1 73 -
CMYK 0 1.00 0.64 0.20
HSL 338.61º 0.99% 0.4% -
HSV(B) 338.61º 1% 0.8% -
XYZ 25.84 13.2 7.49 -
YUV 69.61 129.92 223.15 -
System Red Green Blue C M Y K H S L
Decimal 203 1 73 0 1.00 0.64 0.20 338.61 0.99 0.4
Hex CB 1 49 0 64 40 14 153 63 28
Octal 313 1 111 0 144 100 24 523 143 50
Binary 11001011 1 1001001 0 1100100 1000000 10100 101010011 1100011 101000

Color Harmonies of #CB0149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0149

Black with #CB0149

Text Example


Text Example

White with #CB0149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0149; }

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

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

background-color css

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

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

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

border-color css

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

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

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