Html Css Color HEX #C80548 Crimson

📋 copy color: '#C80548'

red 200 ◦ green 5 ◦ blue 72

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

Shades of Crimson #C80548

Tints of Crimson #C80548

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.81%

 BLUE value IS 72 (28.52% from 255) = 25.99%

R = 72.2%
G = 1.81%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C80548 (or 0xC80548) is known color: Crimson. HEX triplet: C8, 05 and 48. RGB value is (200,5,72). Sum of RGB (Red+Green+Blue) = 200+5+72=277 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.20% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 200 - color contains mainly: red. Hex color #C80548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80548 is #37FAB7. Grayscale: #464646. Windows color (decimal): -3668664 or 4720072. OLE color: 4720072.

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

Color convert

RGB 200 5 72 -
CMYK 0 0.98 0.64 0.22
HSL 339.38º 0.95% 0.4% -
HSV(B) 339.38º 0.98% 0.78% -
XYZ 25.04 12.86 7.29 -
YUV 70.94 128.6 220.05 -
System Red Green Blue C M Y K H S L
Decimal 200 5 72 0 0.98 0.64 0.22 339.38 0.95 0.4
Hex C8 5 48 0 62 40 16 153 5F 28
Octal 310 5 110 0 142 100 26 523 137 50
Binary 11001000 101 1001000 0 1100010 1000000 10110 101010011 1011111 101000

Color Harmonies of #C80548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80548

Black with #C80548

Text Example


Text Example

White with #C80548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80548; }

 p { color: rgb(200,5,72); }

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

background-color css

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

 a { background-color: rgb(200,5,72); }

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

border-color css

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

 span { border-color: rgb(200,5,72); }

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