Html Css Color HEX #C70548 Crimson

📋 copy color: '#C70548'

red 199 ◦ green 5 ◦ blue 72

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

Shades of Crimson #C70548

Tints of Crimson #C70548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.09%

R = 72.1%
G = 1.81%
B = 26.09%

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

#C70548 (or 0xC70548) is known color: Crimson. HEX triplet: C7, 05 and 48. RGB value is (199,5,72). Sum of RGB (Red+Green+Blue) = 199+5+72=276 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.10% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 199 - color contains mainly: red. Hex color #C70548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70548 is #38FAB7. Grayscale: #464646. Windows color (decimal): -3734200 or 4720071. OLE color: 4720071.

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

Color convert

RGB 199 5 72 -
CMYK 0 0.97 0.64 0.22
HSL 339.28º 0.95% 0.4% -
HSV(B) 339.28º 0.97% 0.78% -
XYZ 24.78 12.72 7.28 -
YUV 70.64 128.77 219.55 -
System Red Green Blue C M Y K H S L
Decimal 199 5 72 0 0.97 0.64 0.22 339.28 0.95 0.4
Hex C7 5 48 0 61 40 16 153 5F 28
Octal 307 5 110 0 141 100 26 523 137 50
Binary 11000111 101 1001000 0 1100001 1000000 10110 101010011 1011111 101000

Color Harmonies of #C70548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70548

Black with #C70548

Text Example


Text Example

White with #C70548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70548; }

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

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

background-color css

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

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

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

border-color css

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

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

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