Html Css Color HEX #CB0141 Crimson

📋 copy color: '#CB0141'

red 203 ◦ green 1 ◦ blue 65

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

Shades of Crimson #CB0141

Tints of Crimson #CB0141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.16%

R = 75.46%
G = 0.37%
B = 24.16%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB0141 (or 0xCB0141) is known color: Crimson. HEX triplet: CB, 01 and 41. RGB value is (203,1,65). Sum of RGB (Red+Green+Blue) = 203+1+65=269 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.46% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0141 is #34FEBE. Grayscale: #444444. Windows color (decimal): -3473087 or 4260299. OLE color: 4260299.

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

Color convert

RGB 203 1 65 -
CMYK 0 1.00 0.68 0.20
HSL 340.99º 0.99% 0.4% -
HSV(B) 340.99º 1% 0.8% -
XYZ 25.59 13.1 6.18 -
YUV 68.69 125.92 223.8 -
System Red Green Blue C M Y K H S L
Decimal 203 1 65 0 1.00 0.68 0.20 340.99 0.99 0.4
Hex CB 1 41 0 64 44 14 155 63 28
Octal 313 1 101 0 144 104 24 525 143 50
Binary 11001011 1 1000001 0 1100100 1000100 10100 101010101 1100011 101000

Color Harmonies of #CB0141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0141

Black with #CB0141

Text Example


Text Example

White with #CB0141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0141; }

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

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

background-color css

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

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

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

border-color css

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

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

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