Html Css Color HEX #C80049 Crimson

📋 copy color: '#C80049'

red 200 ◦ green 0 ◦ blue 73

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

Shades of Crimson #C80049

Tints of Crimson #C80049

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.26%
G = 0%
B = 26.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C80049 (or 0xC80049) is known color: Crimson. HEX triplet: C8, 00 and 49. RGB value is (200,0,73). Sum of RGB (Red+Green+Blue) = 200+0+73=273 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.26% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 200 - color contains mainly: red. Hex color #C80049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80049 is #37FFB6. Grayscale: #444444. Windows color (decimal): -3669943 or 4784328. OLE color: 4784328.

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

Color convert

RGB 200 0 73 -
CMYK 0 1 0.64 0.22
HSL 338.1º 1% 0.39% -
HSV(B) 338.1º 1% 0.78% -
XYZ 25.02 12.76 7.45 -
YUV 68.12 130.76 222.06 -
System Red Green Blue C M Y K H S L
Decimal 200 0 73 0 1 0.64 0.22 338.1 1 0.39
Hex C8 0 49 0 64 40 16 152 64 27
Octal 310 0 111 0 144 100 26 522 144 47
Binary 11001000 0 1001001 0 1100100 1000000 10110 101010010 1100100 100111

Color Harmonies of #C80049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80049

Black with #C80049

Text Example


Text Example

White with #C80049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80049; }

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

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

background-color css

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

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

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

border-color css

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

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

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