Html Css Color HEX #C80541 Crimson

📋 copy color: '#C80541'

red 200 ◦ green 5 ◦ blue 65

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

Shades of Crimson #C80541

Tints of Crimson #C80541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.07%

R = 74.07%
G = 1.85%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C80541 (or 0xC80541) is known color: Crimson. HEX triplet: C8, 05 and 41. RGB value is (200,5,65). Sum of RGB (Red+Green+Blue) = 200+5+65=270 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.07% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 200 - color contains mainly: red. Hex color #C80541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80541 is #37FABE. Grayscale: #464646. Windows color (decimal): -3668671 or 4261320. OLE color: 4261320.

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

Color convert

RGB 200 5 65 -
CMYK 0 0.98 0.68 0.22
HSL 341.54º 0.95% 0.4% -
HSV(B) 341.54º 0.98% 0.78% -
XYZ 24.83 12.77 6.16 -
YUV 70.15 125.1 220.62 -
System Red Green Blue C M Y K H S L
Decimal 200 5 65 0 0.98 0.68 0.22 341.54 0.95 0.4
Hex C8 5 41 0 62 44 16 156 5F 28
Octal 310 5 101 0 142 104 26 526 137 50
Binary 11001000 101 1000001 0 1100010 1000100 10110 101010110 1011111 101000

Color Harmonies of #C80541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80541

Black with #C80541

Text Example


Text Example

White with #C80541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80541; }

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

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

background-color css

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

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

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

border-color css

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

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

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