Html Css Color HEX #C70847 Crimson

📋 copy color: '#C70847'

red 199 ◦ green 8 ◦ blue 71

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

Shades of Crimson #C70847

Tints of Crimson #C70847

RGB

 RED value IS 199 (78.13% from 255) = 71.58%

 GREEN value IS 8 (3.52% from 255) = 2.88%

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

R = 71.58%
G = 2.88%
B = 25.54%

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

#C70847 (or 0xC70847) is known color: Crimson. HEX triplet: C7, 08 and 47. RGB value is (199,8,71). Sum of RGB (Red+Green+Blue) = 199+8+71=278 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.58% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 71 (28.12% from 255 or 25.54% from 278); Max value from RGB is 199 - color contains mainly: red. Hex color #C70847 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70847 is #38F7B8. Grayscale: #484848. Windows color (decimal): -3733433 or 4655303. OLE color: 4655303.

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

Color convert

RGB 199 8 71 -
CMYK 0 0.96 0.64 0.22
HSL 340.21º 0.92% 0.41% -
HSV(B) 340.21º 0.96% 0.78% -
XYZ 24.78 12.77 7.12 -
YUV 72.29 127.28 218.38 -
System Red Green Blue C M Y K H S L
Decimal 199 8 71 0 0.96 0.64 0.22 340.21 0.92 0.41
Hex C7 8 47 0 60 40 16 154 5C 29
Octal 307 10 107 0 140 100 26 524 134 51
Binary 11000111 1000 1000111 0 1100000 1000000 10110 101010100 1011100 101001

Color Harmonies of #C70847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70847

Black with #C70847

Text Example


Text Example

White with #C70847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70847; }

 p { color: rgb(199,8,71); }

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

background-color css

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

 a { background-color: rgb(199,8,71); }

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

border-color css

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

 span { border-color: rgb(199,8,71); }

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