Html Css Color HEX #C80546 Crimson

📋 copy color: '#C80546'

red 200 ◦ green 5 ◦ blue 70

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

Shades of Crimson #C80546

Tints of Crimson #C80546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.45%

R = 72.73%
G = 1.82%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C80546 (or 0xC80546) is known color: Crimson. HEX triplet: C8, 05 and 46. RGB value is (200,5,70). Sum of RGB (Red+Green+Blue) = 200+5+70=275 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.73% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 200 - color contains mainly: red. Hex color #C80546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80546 is #37FAB9. Grayscale: #464646. Windows color (decimal): -3668666 or 4589000. OLE color: 4589000.

HSL color Cylindrical-coordinate representation of color #C80546: hue angle of 340º 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 #C80546 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 5 70 -
CMYK 0 0.98 0.65 0.22
HSL 340º 0.95% 0.4% -
HSV(B) 340º 0.98% 0.78% -
XYZ 24.98 12.83 6.95 -
YUV 70.72 127.6 220.21 -
System Red Green Blue C M Y K H S L
Decimal 200 5 70 0 0.98 0.65 0.22 340 0.95 0.4
Hex C8 5 46 0 62 41 16 154 5F 28
Octal 310 5 106 0 142 101 26 524 137 50
Binary 11001000 101 1000110 0 1100010 1000001 10110 101010100 1011111 101000

Color Harmonies of #C80546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80546

Black with #C80546

Text Example


Text Example

White with #C80546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80546; }

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

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

background-color css

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

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

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

border-color css

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

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

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