Html Css Color HEX #C80137 Crimson

📋 copy color: '#C80137'

red 200 ◦ green 1 ◦ blue 55

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

Shades of Crimson #C80137

Tints of Crimson #C80137

RGB

 RED value IS 200 (78.52% from 255) = 78.13%

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

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

R = 78.13%
G = 0.39%
B = 21.48%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C80137 (or 0xC80137) is known color: Crimson. HEX triplet: C8, 01 and 37. RGB value is (200,1,55). Sum of RGB (Red+Green+Blue) = 200+1+55=256 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.12% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 200 - color contains mainly: red. Hex color #C80137 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80137 is #37FEC8. Grayscale: #424242. Windows color (decimal): -3669705 or 3604936. OLE color: 3604936.

HSL color Cylindrical-coordinate representation of color #C80137: hue angle of 343.72º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80137 is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 1 55 -
CMYK 0 1.00 0.72 0.22
HSL 343.72º 0.99% 0.39% -
HSV(B) 343.72º 1% 0.78% -
XYZ 24.52 12.58 4.75 -
YUV 66.66 121.43 223.11 -
System Red Green Blue C M Y K H S L
Decimal 200 1 55 0 1.00 0.72 0.22 343.72 0.99 0.39
Hex C8 1 37 0 64 48 16 158 63 27
Octal 310 1 67 0 144 110 26 530 143 47
Binary 11001000 1 110111 0 1100100 1001000 10110 101011000 1100011 100111

Color Harmonies of #C80137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80137

Black with #C80137

Text Example


Text Example

White with #C80137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80137; }

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

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

background-color css

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

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

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

border-color css

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

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

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