Html Css Color HEX #C80543 Crimson

📋 copy color: '#C80543'

red 200 ◦ green 5 ◦ blue 67

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

Shades of Crimson #C80543

Tints of Crimson #C80543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.63%

R = 73.53%
G = 1.84%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C80543 (or 0xC80543) is known color: Crimson. HEX triplet: C8, 05 and 43. RGB value is (200,5,67). Sum of RGB (Red+Green+Blue) = 200+5+67=272 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.53% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 67 (26.56% from 255 or 24.63% from 272); Max value from RGB is 200 - color contains mainly: red. Hex color #C80543 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80543 is #37FABC. Grayscale: #464646. Windows color (decimal): -3668669 or 4392392. OLE color: 4392392.

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

Color convert

RGB 200 5 67 -
CMYK 0 0.98 0.66 0.22
HSL 340.92º 0.95% 0.4% -
HSV(B) 340.92º 0.98% 0.78% -
XYZ 24.89 12.79 6.47 -
YUV 70.37 126.1 220.46 -
System Red Green Blue C M Y K H S L
Decimal 200 5 67 0 0.98 0.66 0.22 340.92 0.95 0.4
Hex C8 5 43 0 62 42 16 155 5F 28
Octal 310 5 103 0 142 102 26 525 137 50
Binary 11001000 101 1000011 0 1100010 1000010 10110 101010101 1011111 101000

Color Harmonies of #C80543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80543

Black with #C80543

Text Example


Text Example

White with #C80543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80543; }

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

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

background-color css

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

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

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

border-color css

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

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

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