Html Css Color HEX #C70137 Crimson

📋 copy color: '#C70137'

red 199 ◦ green 1 ◦ blue 55

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

Shades of Crimson #C70137

Tints of Crimson #C70137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 21.57%

R = 78.04%
G = 0.39%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C70137 (or 0xC70137) is known color: Crimson. HEX triplet: C7, 01 and 37. RGB value is (199,1,55). Sum of RGB (Red+Green+Blue) = 199+1+55=255 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.04% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 55 (21.88% from 255 or 21.57% from 255); Max value from RGB is 199 - color contains mainly: red. Hex color #C70137 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70137 is #38FEC8. Grayscale: #424242. Windows color (decimal): -3735241 or 3604935. OLE color: 3604935.

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

Color convert

RGB 199 1 55 -
CMYK 0 0.99 0.72 0.22
HSL 343.64º 0.99% 0.39% -
HSV(B) 343.64º 0.99% 0.78% -
XYZ 24.25 12.44 4.74 -
YUV 66.36 121.6 222.61 -
System Red Green Blue C M Y K H S L
Decimal 199 1 55 0 0.99 0.72 0.22 343.64 0.99 0.39
Hex C7 1 37 0 63 48 16 158 63 27
Octal 307 1 67 0 143 110 26 530 143 47
Binary 11000111 1 110111 0 1100011 1001000 10110 101011000 1100011 100111

Color Harmonies of #C70137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70137

Black with #C70137

Text Example


Text Example

White with #C70137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70137; }

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

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

background-color css

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

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

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

border-color css

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

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

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