Html Css Color HEX #C70529 Venetian Red

📋 copy color: '#C70529'

red 199 ◦ green 5 ◦ blue 41

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

Shades of Venetian Red #C70529

Tints of Venetian Red #C70529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.73%

R = 81.22%
G = 2.04%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C70529 (or 0xC70529) is known color: Venetian Red. HEX triplet: C7, 05 and 29. RGB value is (199,5,41). Sum of RGB (Red+Green+Blue) = 199+5+41=245 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.22% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 199 - color contains mainly: red. Hex color #C70529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70529 is #38FAD6. Grayscale: #434343. Windows color (decimal): -3734231 or 2688455. OLE color: 2688455.

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

Color convert

RGB 199 5 41 -
CMYK 0 0.97 0.79 0.22
HSL 348.87º 0.95% 0.4% -
HSV(B) 348.87º 0.97% 0.78% -
XYZ 24.01 12.41 3.23 -
YUV 67.11 113.27 222.07 -
System Red Green Blue C M Y K H S L
Decimal 199 5 41 0 0.97 0.79 0.22 348.87 0.95 0.4
Hex C7 5 29 0 61 4F 16 15D 5F 28
Octal 307 5 51 0 141 117 26 535 137 50
Binary 11000111 101 101001 0 1100001 1001111 10110 101011101 1011111 101000

Color Harmonies of #C70529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70529

Black with #C70529

Text Example


Text Example

White with #C70529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70529; }

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

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

background-color css

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

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

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

border-color css

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

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

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