Html Css Color HEX #C70249 Crimson

📋 copy color: '#C70249'

red 199 ◦ green 2 ◦ blue 73

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

Shades of Crimson #C70249

Tints of Crimson #C70249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

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

R = 72.63%
G = 0.73%
B = 26.64%

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

#C70249 (or 0xC70249) is known color: Crimson. HEX triplet: C7, 02 and 49. RGB value is (199,2,73). Sum of RGB (Red+Green+Blue) = 199+2+73=274 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.63% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 199 - color contains mainly: red. Hex color #C70249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70249 is #38FDB6. Grayscale: #444444. Windows color (decimal): -3734967 or 4784839. OLE color: 4784839.

HSL color Cylindrical-coordinate representation of color #C70249: hue angle of 338.38º degrees, saturation: 0.98, 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 #C70249 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 2 73 -
CMYK 0 0.99 0.63 0.22
HSL 338.38º 0.98% 0.39% -
HSV(B) 338.38º 0.99% 0.78% -
XYZ 24.78 12.67 7.44 -
YUV 69 130.27 220.73 -
System Red Green Blue C M Y K H S L
Decimal 199 2 73 0 0.99 0.63 0.22 338.38 0.98 0.39
Hex C7 2 49 0 63 3F 16 152 62 27
Octal 307 2 111 0 143 77 26 522 142 47
Binary 11000111 10 1001001 0 1100011 111111 10110 101010010 1100010 100111

Color Harmonies of #C70249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70249

Black with #C70249

Text Example


Text Example

White with #C70249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70249; }

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

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

background-color css

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

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

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

border-color css

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

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

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