Html Css Color HEX #CB0144 Crimson

📋 copy color: '#CB0144'

red 203 ◦ green 1 ◦ blue 68

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

Shades of Crimson #CB0144

Tints of Crimson #CB0144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25%

R = 74.63%
G = 0.37%
B = 25%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB0144 (or 0xCB0144) is known color: Crimson. HEX triplet: CB, 01 and 44. RGB value is (203,1,68). Sum of RGB (Red+Green+Blue) = 203+1+68=272 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.63% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0144 is #34FEBB. Grayscale: #444444. Windows color (decimal): -3473084 or 4456907. OLE color: 4456907.

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

Color convert

RGB 203 1 68 -
CMYK 0 1.00 0.67 0.20
HSL 340.1º 0.99% 0.4% -
HSV(B) 340.1º 1% 0.8% -
XYZ 25.68 13.14 6.65 -
YUV 69.04 127.42 223.55 -
System Red Green Blue C M Y K H S L
Decimal 203 1 68 0 1.00 0.67 0.20 340.1 0.99 0.4
Hex CB 1 44 0 64 43 14 154 63 28
Octal 313 1 104 0 144 103 24 524 143 50
Binary 11001011 1 1000100 0 1100100 1000011 10100 101010100 1100011 101000

Color Harmonies of #CB0144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0144

Black with #CB0144

Text Example


Text Example

White with #CB0144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0144; }

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

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

background-color css

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

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

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

border-color css

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

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

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