Html Css Color HEX #C80746 Crimson

📋 copy color: '#C80746'

red 200 ◦ green 7 ◦ blue 70

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

Shades of Crimson #C80746

Tints of Crimson #C80746

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.53%

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

R = 72.2%
G = 2.53%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C80746 (or 0xC80746) is known color: Crimson. HEX triplet: C8, 07 and 46. RGB value is (200,7,70). Sum of RGB (Red+Green+Blue) = 200+7+70=277 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.20% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 200 - color contains mainly: red. Hex color #C80746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80746 is #37F8B9. Grayscale: #474747. Windows color (decimal): -3668154 or 4589512. OLE color: 4589512.

HSL color Cylindrical-coordinate representation of color #C80746: hue angle of 340.41º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80746 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 7 70 -
CMYK 0 0.96 0.65 0.22
HSL 340.41º 0.93% 0.41% -
HSV(B) 340.41º 0.97% 0.78% -
XYZ 25 12.87 6.96 -
YUV 71.89 126.94 219.38 -
System Red Green Blue C M Y K H S L
Decimal 200 7 70 0 0.96 0.65 0.22 340.41 0.93 0.41
Hex C8 7 46 0 60 41 16 154 5D 29
Octal 310 7 106 0 140 101 26 524 135 51
Binary 11001000 111 1000110 0 1100000 1000001 10110 101010100 1011101 101001

Color Harmonies of #C80746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80746

Black with #C80746

Text Example


Text Example

White with #C80746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80746; }

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

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

background-color css

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

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

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

border-color css

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

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

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