Html Css Color HEX #CB0337 Crimson

📋 copy color: '#CB0337'

red 203 ◦ green 3 ◦ blue 55

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

Shades of Crimson #CB0337

Tints of Crimson #CB0337

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

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

R = 77.78%
G = 1.15%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CB0337 (or 0xCB0337) is known color: Crimson. HEX triplet: CB, 03 and 37. RGB value is (203,3,55). Sum of RGB (Red+Green+Blue) = 203+3+55=261 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.78% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0337 is #34FCC8. Grayscale: #444444. Windows color (decimal): -3472585 or 3605451. OLE color: 3605451.

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

Color convert

RGB 203 3 55 -
CMYK 0 0.99 0.73 0.20
HSL 344.4º 0.97% 0.4% -
HSV(B) 344.4º 0.99% 0.8% -
XYZ 25.35 13.04 4.79 -
YUV 68.73 120.26 223.77 -
System Red Green Blue C M Y K H S L
Decimal 203 3 55 0 0.99 0.73 0.20 344.4 0.97 0.4
Hex CB 3 37 0 63 49 14 158 61 28
Octal 313 3 67 0 143 111 24 530 141 50
Binary 11001011 11 110111 0 1100011 1001001 10100 101011000 1100001 101000

Color Harmonies of #CB0337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0337

Black with #CB0337

Text Example


Text Example

White with #CB0337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0337; }

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

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

background-color css

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

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

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

border-color css

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

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

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