Html Css Color HEX #C70541 Crimson

📋 copy color: '#C70541'

red 199 ◦ green 5 ◦ blue 65

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

Shades of Crimson #C70541

Tints of Crimson #C70541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.16%

R = 73.98%
G = 1.86%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C70541 (or 0xC70541) is known color: Crimson. HEX triplet: C7, 05 and 41. RGB value is (199,5,65). Sum of RGB (Red+Green+Blue) = 199+5+65=269 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.98% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 199 - color contains mainly: red. Hex color #C70541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70541 is #38FABE. Grayscale: #454545. Windows color (decimal): -3734207 or 4261319. OLE color: 4261319.

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

Color convert

RGB 199 5 65 -
CMYK 0 0.97 0.67 0.22
HSL 341.44º 0.95% 0.4% -
HSV(B) 341.44º 0.97% 0.78% -
XYZ 24.56 12.63 6.14 -
YUV 69.85 125.27 220.12 -
System Red Green Blue C M Y K H S L
Decimal 199 5 65 0 0.97 0.67 0.22 341.44 0.95 0.4
Hex C7 5 41 0 61 43 16 155 5F 28
Octal 307 5 101 0 141 103 26 525 137 50
Binary 11000111 101 1000001 0 1100001 1000011 10110 101010101 1011111 101000

Color Harmonies of #C70541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70541

Black with #C70541

Text Example


Text Example

White with #C70541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70541; }

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

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

background-color css

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

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

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

border-color css

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

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

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