Html Css Color HEX #C70544 Crimson

📋 copy color: '#C70544'

red 199 ◦ green 5 ◦ blue 68

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

Shades of Crimson #C70544

Tints of Crimson #C70544

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.84%

 BLUE value IS 68 (26.95% from 255) = 25%

R = 73.16%
G = 1.84%
B = 25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C70544 (or 0xC70544) is known color: Crimson. HEX triplet: C7, 05 and 44. RGB value is (199,5,68). Sum of RGB (Red+Green+Blue) = 199+5+68=272 (36% of max value = 765). Red value is 199 (78.12% from 255 or 73.16% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 199 - color contains mainly: red. Hex color #C70544 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70544 is #38FABB. Grayscale: #464646. Windows color (decimal): -3734204 or 4457927. OLE color: 4457927.

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

Color convert

RGB 199 5 68 -
CMYK 0 0.97 0.66 0.22
HSL 340.52º 0.95% 0.4% -
HSV(B) 340.52º 0.97% 0.78% -
XYZ 24.65 12.67 6.61 -
YUV 70.19 126.77 219.88 -
System Red Green Blue C M Y K H S L
Decimal 199 5 68 0 0.97 0.66 0.22 340.52 0.95 0.4
Hex C7 5 44 0 61 42 16 155 5F 28
Octal 307 5 104 0 141 102 26 525 137 50
Binary 11000111 101 1000100 0 1100001 1000010 10110 101010101 1011111 101000

Color Harmonies of #C70544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70544

Black with #C70544

Text Example


Text Example

White with #C70544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70544; }

 p { color: rgb(199,5,68); }

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

background-color css

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

 a { background-color: rgb(199,5,68); }

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

border-color css

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

 span { border-color: rgb(199,5,68); }

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