Html Css Color HEX #C80849 Crimson

📋 copy color: '#C80849'

red 200 ◦ green 8 ◦ blue 73

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

Shades of Crimson #C80849

Tints of Crimson #C80849

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.85%

 BLUE value IS 73 (28.91% from 255) = 25.98%

R = 71.17%
G = 2.85%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C80849 (or 0xC80849) is known color: Crimson. HEX triplet: C8, 08 and 49. RGB value is (200,8,73). Sum of RGB (Red+Green+Blue) = 200+8+73=281 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.17% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 200 - color contains mainly: red. Hex color #C80849 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80849 is #37F7B6. Grayscale: #484848. Windows color (decimal): -3667895 or 4786376. OLE color: 4786376.

HSL color Cylindrical-coordinate representation of color #C80849: hue angle of 339.69º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80849 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 8 73 -
CMYK 0 0.96 0.64 0.22
HSL 339.69º 0.92% 0.41% -
HSV(B) 339.69º 0.96% 0.78% -
XYZ 25.11 12.93 7.48 -
YUV 72.82 128.11 218.71 -
System Red Green Blue C M Y K H S L
Decimal 200 8 73 0 0.96 0.64 0.22 339.69 0.92 0.41
Hex C8 8 49 0 60 40 16 154 5C 29
Octal 310 10 111 0 140 100 26 524 134 51
Binary 11001000 1000 1001001 0 1100000 1000000 10110 101010100 1011100 101001

Color Harmonies of #C80849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80849

Black with #C80849

Text Example


Text Example

White with #C80849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80849; }

 p { color: rgb(200,8,73); }

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

background-color css

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

 a { background-color: rgb(200,8,73); }

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

border-color css

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

 span { border-color: rgb(200,8,73); }

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