Html Css Color HEX #CB0137 Crimson

📋 copy color: '#CB0137'

red 203 ◦ green 1 ◦ blue 55

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

Shades of Crimson #CB0137

Tints of Crimson #CB0137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 21.24%

R = 78.38%
G = 0.39%
B = 21.24%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CB0137 (or 0xCB0137) is known color: Crimson. HEX triplet: CB, 01 and 37. RGB value is (203,1,55). Sum of RGB (Red+Green+Blue) = 203+1+55=259 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.38% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 55 (21.88% from 255 or 21.24% from 259); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0137 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0137 is #34FEC8. Grayscale: #434343. Windows color (decimal): -3473097 or 3604939. OLE color: 3604939.

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

Color convert

RGB 203 1 55 -
CMYK 0 1.00 0.73 0.20
HSL 343.96º 0.99% 0.4% -
HSV(B) 343.96º 1% 0.8% -
XYZ 25.33 12.99 4.79 -
YUV 67.55 120.92 224.61 -
System Red Green Blue C M Y K H S L
Decimal 203 1 55 0 1.00 0.73 0.20 343.96 0.99 0.4
Hex CB 1 37 0 64 49 14 158 63 28
Octal 313 1 67 0 144 111 24 530 143 50
Binary 11001011 1 110111 0 1100100 1001001 10100 101011000 1100011 101000

Color Harmonies of #CB0137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0137

Black with #CB0137

Text Example


Text Example

White with #CB0137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0137; }

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

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

background-color css

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

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

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

border-color css

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

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

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