Html Css Color HEX #C80646 Crimson

📋 copy color: '#C80646'

red 200 ◦ green 6 ◦ blue 70

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

Shades of Crimson #C80646

Tints of Crimson #C80646

RGB

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

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

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

R = 72.46%
G = 2.17%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C80646 (or 0xC80646) is known color: Crimson. HEX triplet: C8, 06 and 46. RGB value is (200,6,70). Sum of RGB (Red+Green+Blue) = 200+6+70=276 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.46% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 200 - color contains mainly: red. Hex color #C80646 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80646 is #37F9B9. Grayscale: #474747. Windows color (decimal): -3668410 or 4589256. OLE color: 4589256.

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

Color convert

RGB 200 6 70 -
CMYK 0 0.97 0.65 0.22
HSL 340.21º 0.94% 0.4% -
HSV(B) 340.21º 0.97% 0.78% -
XYZ 24.99 12.85 6.96 -
YUV 71.3 127.27 219.8 -
System Red Green Blue C M Y K H S L
Decimal 200 6 70 0 0.97 0.65 0.22 340.21 0.94 0.4
Hex C8 6 46 0 61 41 16 154 5E 28
Octal 310 6 106 0 141 101 26 524 136 50
Binary 11001000 110 1000110 0 1100001 1000001 10110 101010100 1011110 101000

Color Harmonies of #C80646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80646

Black with #C80646

Text Example


Text Example

White with #C80646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80646; }

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

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

background-color css

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

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

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

border-color css

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

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

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