Html Css Color HEX #C70149 Crimson

📋 copy color: '#C70149'

red 199 ◦ green 1 ◦ blue 73

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

Shades of Crimson #C70149

Tints of Crimson #C70149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 72.89%
G = 0.37%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C70149 (or 0xC70149) is known color: Crimson. HEX triplet: C7, 01 and 49. RGB value is (199,1,73). Sum of RGB (Red+Green+Blue) = 199+1+73=273 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.89% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 199 - color contains mainly: red. Hex color #C70149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70149 is #38FEB6. Grayscale: #444444. Windows color (decimal): -3735223 or 4784583. OLE color: 4784583.

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

Color convert

RGB 199 1 73 -
CMYK 0 0.99 0.63 0.22
HSL 338.18º 0.99% 0.39% -
HSV(B) 338.18º 0.99% 0.78% -
XYZ 24.77 12.64 7.44 -
YUV 68.41 130.6 221.15 -
System Red Green Blue C M Y K H S L
Decimal 199 1 73 0 0.99 0.63 0.22 338.18 0.99 0.39
Hex C7 1 49 0 63 3F 16 152 63 27
Octal 307 1 111 0 143 77 26 522 143 47
Binary 11000111 1 1001001 0 1100011 111111 10110 101010010 1100011 100111

Color Harmonies of #C70149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70149

Black with #C70149

Text Example


Text Example

White with #C70149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70149; }

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

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

background-color css

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

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

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

border-color css

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

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

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