Html Css Color HEX #C70647 Crimson

📋 copy color: '#C70647'

red 199 ◦ green 6 ◦ blue 71

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

Shades of Crimson #C70647

Tints of Crimson #C70647

RGB

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

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

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

R = 72.1%
G = 2.17%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C70647 (or 0xC70647) is known color: Crimson. HEX triplet: C7, 06 and 47. RGB value is (199,6,71). Sum of RGB (Red+Green+Blue) = 199+6+71=276 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.10% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 71 (28.12% from 255 or 25.72% from 276); Max value from RGB is 199 - color contains mainly: red. Hex color #C70647 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70647 is #38F9B8. Grayscale: #474747. Windows color (decimal): -3733945 or 4654791. OLE color: 4654791.

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

Color convert

RGB 199 6 71 -
CMYK 0 0.97 0.64 0.22
HSL 339.79º 0.94% 0.4% -
HSV(B) 339.79º 0.97% 0.78% -
XYZ 24.76 12.73 7.11 -
YUV 71.12 127.94 219.21 -
System Red Green Blue C M Y K H S L
Decimal 199 6 71 0 0.97 0.64 0.22 339.79 0.94 0.4
Hex C7 6 47 0 61 40 16 154 5E 28
Octal 307 6 107 0 141 100 26 524 136 50
Binary 11000111 110 1000111 0 1100001 1000000 10110 101010100 1011110 101000

Color Harmonies of #C70647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70647

Black with #C70647

Text Example


Text Example

White with #C70647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70647; }

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

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

background-color css

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

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

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

border-color css

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

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

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