Html Css Color HEX #C70546 Crimson

📋 copy color: '#C70546'

red 199 ◦ green 5 ◦ blue 70

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

Shades of Crimson #C70546

Tints of Crimson #C70546

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.82%

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

R = 72.63%
G = 1.82%
B = 25.55%

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

#C70546 (or 0xC70546) is known color: Crimson. HEX triplet: C7, 05 and 46. RGB value is (199,5,70). Sum of RGB (Red+Green+Blue) = 199+5+70=274 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.63% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 199 - color contains mainly: red. Hex color #C70546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70546 is #38FAB9. Grayscale: #464646. Windows color (decimal): -3734202 or 4588999. OLE color: 4588999.

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

Color convert

RGB 199 5 70 -
CMYK 0 0.97 0.65 0.22
HSL 339.9º 0.95% 0.4% -
HSV(B) 339.9º 0.97% 0.78% -
XYZ 24.71 12.69 6.94 -
YUV 70.42 127.77 219.71 -
System Red Green Blue C M Y K H S L
Decimal 199 5 70 0 0.97 0.65 0.22 339.9 0.95 0.4
Hex C7 5 46 0 61 41 16 154 5F 28
Octal 307 5 106 0 141 101 26 524 137 50
Binary 11000111 101 1000110 0 1100001 1000001 10110 101010100 1011111 101000

Color Harmonies of #C70546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70546

Black with #C70546

Text Example


Text Example

White with #C70546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70546; }

 p { color: rgb(199,5,70); }

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

background-color css

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

 a { background-color: rgb(199,5,70); }

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

border-color css

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

 span { border-color: rgb(199,5,70); }

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