Html Css Color HEX #C70545 Crimson

📋 copy color: '#C70545'

red 199 ◦ green 5 ◦ blue 69

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

Shades of Crimson #C70545

Tints of Crimson #C70545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.27%

R = 72.89%
G = 1.83%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C70545 (or 0xC70545) is known color: Crimson. HEX triplet: C7, 05 and 45. RGB value is (199,5,69). Sum of RGB (Red+Green+Blue) = 199+5+69=273 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.89% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 199 - color contains mainly: red. Hex color #C70545 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70545 is #38FABA. Grayscale: #464646. Windows color (decimal): -3734203 or 4523463. OLE color: 4523463.

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

Color convert

RGB 199 5 69 -
CMYK 0 0.97 0.65 0.22
HSL 340.21º 0.95% 0.4% -
HSV(B) 340.21º 0.97% 0.78% -
XYZ 24.68 12.68 6.78 -
YUV 70.3 127.27 219.8 -
System Red Green Blue C M Y K H S L
Decimal 199 5 69 0 0.97 0.65 0.22 340.21 0.95 0.4
Hex C7 5 45 0 61 41 16 154 5F 28
Octal 307 5 105 0 141 101 26 524 137 50
Binary 11000111 101 1000101 0 1100001 1000001 10110 101010100 1011111 101000

Color Harmonies of #C70545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70545

Black with #C70545

Text Example


Text Example

White with #C70545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70545; }

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

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

background-color css

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

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

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

border-color css

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

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

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