Html Css Color HEX #C70540 Crimson

📋 copy color: '#C70540'

red 199 ◦ green 5 ◦ blue 64

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

Shades of Crimson #C70540

Tints of Crimson #C70540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.88%

R = 74.25%
G = 1.87%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C70540 (or 0xC70540) is known color: Crimson. HEX triplet: C7, 05 and 40. RGB value is (199,5,64). Sum of RGB (Red+Green+Blue) = 199+5+64=268 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.25% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 199 - color contains mainly: red. Hex color #C70540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70540 is #38FABF. Grayscale: #454545. Windows color (decimal): -3734208 or 4195783. OLE color: 4195783.

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

Color convert

RGB 199 5 64 -
CMYK 0 0.97 0.68 0.22
HSL 341.75º 0.95% 0.4% -
HSV(B) 341.75º 0.97% 0.78% -
XYZ 24.53 12.62 5.99 -
YUV 69.73 124.77 220.2 -
System Red Green Blue C M Y K H S L
Decimal 199 5 64 0 0.97 0.68 0.22 341.75 0.95 0.4
Hex C7 5 40 0 61 44 16 156 5F 28
Octal 307 5 100 0 141 104 26 526 137 50
Binary 11000111 101 1000000 0 1100001 1000100 10110 101010110 1011111 101000

Color Harmonies of #C70540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70540

Black with #C70540

Text Example


Text Example

White with #C70540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70540; }

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

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

background-color css

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

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

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

border-color css

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

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

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