Html Css Color HEX #C70131 Crimson

📋 copy color: '#C70131'

red 199 ◦ green 1 ◦ blue 49

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

Shades of Crimson #C70131

Tints of Crimson #C70131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.68%

R = 79.92%
G = 0.4%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C70131 (or 0xC70131) is known color: Crimson. HEX triplet: C7, 01 and 31. RGB value is (199,1,49). Sum of RGB (Red+Green+Blue) = 199+1+49=249 (32% of max value = 765). Red value is 199 (78.12% from 255 or 79.92% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 199 - color contains mainly: red. Hex color #C70131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70131 is #38FECE. Grayscale: #414141. Windows color (decimal): -3735247 or 3211719. OLE color: 3211719.

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

Color convert

RGB 199 1 49 -
CMYK 0 0.99 0.75 0.22
HSL 345.45º 0.99% 0.39% -
HSV(B) 345.45º 0.99% 0.78% -
XYZ 24.12 12.39 4.03 -
YUV 65.67 118.6 223.1 -
System Red Green Blue C M Y K H S L
Decimal 199 1 49 0 0.99 0.75 0.22 345.45 0.99 0.39
Hex C7 1 31 0 63 4B 16 159 63 27
Octal 307 1 61 0 143 113 26 531 143 47
Binary 11000111 1 110001 0 1100011 1001011 10110 101011001 1100011 100111

Color Harmonies of #C70131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70131

Black with #C70131

Text Example


Text Example

White with #C70131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70131; }

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

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

background-color css

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

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

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

border-color css

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

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

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