Html Css Color HEX #C70049 Crimson

📋 copy color: '#C70049'

red 199 ◦ green 0 ◦ blue 73

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

Shades of Crimson #C70049

Tints of Crimson #C70049

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 73 (28.91% from 255) = 26.84%

R = 73.16%
G = 0%
B = 26.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C70049 (or 0xC70049) is known color: Crimson. HEX triplet: C7, 00 and 49. RGB value is (199,0,73). Sum of RGB (Red+Green+Blue) = 199+0+73=272 (36% of max value = 765). Red value is 199 (78.12% from 255 or 73.16% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 199 - color contains mainly: red. Hex color #C70049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70049 is #38FFB6. Grayscale: #434343. Windows color (decimal): -3735479 or 4784327. OLE color: 4784327.

HSL color Cylindrical-coordinate representation of color #C70049: hue angle of 337.99º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C70049 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 0 73 -
CMYK 0 1 0.63 0.22
HSL 337.99º 1% 0.39% -
HSV(B) 337.99º 1% 0.78% -
XYZ 24.76 12.62 7.44 -
YUV 67.82 130.93 221.56 -
System Red Green Blue C M Y K H S L
Decimal 199 0 73 0 1 0.63 0.22 337.99 1 0.39
Hex C7 0 49 0 64 3F 16 152 64 27
Octal 307 0 111 0 144 77 26 522 144 47
Binary 11000111 0 1001001 0 1100100 111111 10110 101010010 1100100 100111

Color Harmonies of #C70049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70049

Black with #C70049

Text Example


Text Example

White with #C70049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70049; }

 p { color: rgb(199,0,73); }

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

background-color css

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

 a { background-color: rgb(199,0,73); }

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

border-color css

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

 span { border-color: rgb(199,0,73); }

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