Html Css Color HEX #C80641 Crimson

📋 copy color: '#C80641'

red 200 ◦ green 6 ◦ blue 65

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

Shades of Crimson #C80641

Tints of Crimson #C80641

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.21%

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

R = 73.8%
G = 2.21%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C80641 (or 0xC80641) is known color: Crimson. HEX triplet: C8, 06 and 41. RGB value is (200,6,65). Sum of RGB (Red+Green+Blue) = 200+6+65=271 (35% of max value = 765). Red value is 200 (78.52% from 255 or 73.80% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 200 - color contains mainly: red. Hex color #C80641 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80641 is #37F9BE. Grayscale: #464646. Windows color (decimal): -3668415 or 4261576. OLE color: 4261576.

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

Color convert

RGB 200 6 65 -
CMYK 0 0.97 0.68 0.22
HSL 341.75º 0.94% 0.4% -
HSV(B) 341.75º 0.97% 0.78% -
XYZ 24.84 12.79 6.16 -
YUV 70.73 124.77 220.2 -
System Red Green Blue C M Y K H S L
Decimal 200 6 65 0 0.97 0.68 0.22 341.75 0.94 0.4
Hex C8 6 41 0 61 44 16 156 5E 28
Octal 310 6 101 0 141 104 26 526 136 50
Binary 11001000 110 1000001 0 1100001 1000100 10110 101010110 1011110 101000

Color Harmonies of #C80641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80641

Black with #C80641

Text Example


Text Example

White with #C80641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80641; }

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

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

background-color css

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

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

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

border-color css

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

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

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