Html Css Color HEX #C80947 Crimson

📋 copy color: '#C80947'

red 200 ◦ green 9 ◦ blue 71

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

Shades of Crimson #C80947

Tints of Crimson #C80947

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.21%

 BLUE value IS 71 (28.13% from 255) = 25.36%

R = 71.43%
G = 3.21%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C80947 (or 0xC80947) is known color: Crimson. HEX triplet: C8, 09 and 47. RGB value is (200,9,71). Sum of RGB (Red+Green+Blue) = 200+9+71=280 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.43% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 71 (28.12% from 255 or 25.36% from 280); Max value from RGB is 200 - color contains mainly: red. Hex color #C80947 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80947 is #37F6B8. Grayscale: #494949. Windows color (decimal): -3667641 or 4655560. OLE color: 4655560.

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

Color convert

RGB 200 9 71 -
CMYK 0 0.96 0.64 0.22
HSL 340.52º 0.91% 0.41% -
HSV(B) 340.52º 0.96% 0.78% -
XYZ 25.05 12.93 7.14 -
YUV 73.18 126.78 218.46 -
System Red Green Blue C M Y K H S L
Decimal 200 9 71 0 0.96 0.64 0.22 340.52 0.91 0.41
Hex C8 9 47 0 60 40 16 155 5B 29
Octal 310 11 107 0 140 100 26 525 133 51
Binary 11001000 1001 1000111 0 1100000 1000000 10110 101010101 1011011 101001

Color Harmonies of #C80947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80947

Black with #C80947

Text Example


Text Example

White with #C80947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80947; }

 p { color: rgb(200,9,71); }

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

background-color css

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

 a { background-color: rgb(200,9,71); }

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

border-color css

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

 span { border-color: rgb(200,9,71); }

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