Html Css Color HEX #C70745 Crimson

📋 copy color: '#C70745'

red 199 ◦ green 7 ◦ blue 69

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

Shades of Crimson #C70745

Tints of Crimson #C70745

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.55%

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

R = 72.36%
G = 2.55%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C70745 (or 0xC70745) is known color: Crimson. HEX triplet: C7, 07 and 45. RGB value is (199,7,69). Sum of RGB (Red+Green+Blue) = 199+7+69=275 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.36% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 199 - color contains mainly: red. Hex color #C70745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70745 is #38F8BA. Grayscale: #474747. Windows color (decimal): -3733691 or 4523975. OLE color: 4523975.

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

Color convert

RGB 199 7 69 -
CMYK 0 0.96 0.65 0.22
HSL 340.63º 0.93% 0.4% -
HSV(B) 340.63º 0.96% 0.78% -
XYZ 24.7 12.72 6.78 -
YUV 71.48 126.61 218.96 -
System Red Green Blue C M Y K H S L
Decimal 199 7 69 0 0.96 0.65 0.22 340.63 0.93 0.4
Hex C7 7 45 0 60 41 16 155 5D 28
Octal 307 7 105 0 140 101 26 525 135 50
Binary 11000111 111 1000101 0 1100000 1000001 10110 101010101 1011101 101000

Color Harmonies of #C70745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70745

Black with #C70745

Text Example


Text Example

White with #C70745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70745; }

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

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

background-color css

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

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

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

border-color css

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

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

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