Html Css Color HEX #C70337 Crimson

📋 copy color: '#C70337'

red 199 ◦ green 3 ◦ blue 55

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

Shades of Crimson #C70337

Tints of Crimson #C70337

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

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

R = 77.43%
G = 1.17%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C70337 (or 0xC70337) is known color: Crimson. HEX triplet: C7, 03 and 37. RGB value is (199,3,55). Sum of RGB (Red+Green+Blue) = 199+3+55=257 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.43% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 199 - color contains mainly: red. Hex color #C70337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70337 is #38FCC8. Grayscale: #434343. Windows color (decimal): -3734729 or 3605447. OLE color: 3605447.

HSL color Cylindrical-coordinate representation of color #C70337: hue angle of 344.08º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C70337 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 3 55 -
CMYK 0 0.98 0.72 0.22
HSL 344.08º 0.97% 0.4% -
HSV(B) 344.08º 0.98% 0.78% -
XYZ 24.28 12.48 4.74 -
YUV 67.53 120.93 221.77 -
System Red Green Blue C M Y K H S L
Decimal 199 3 55 0 0.98 0.72 0.22 344.08 0.97 0.4
Hex C7 3 37 0 62 48 16 158 61 28
Octal 307 3 67 0 142 110 26 530 141 50
Binary 11000111 11 110111 0 1100010 1001000 10110 101011000 1100001 101000

Color Harmonies of #C70337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70337

Black with #C70337

Text Example


Text Example

White with #C70337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70337; }

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

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

background-color css

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

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

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

border-color css

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

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

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