Html Css Color HEX #C70521 Venetian Red

📋 copy color: '#C70521'

red 199 ◦ green 5 ◦ blue 33

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

Shades of Venetian Red #C70521

Tints of Venetian Red #C70521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.92%

R = 83.97%
G = 2.11%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C70521 (or 0xC70521) is known color: Venetian Red. HEX triplet: C7, 05 and 21. RGB value is (199,5,33). Sum of RGB (Red+Green+Blue) = 199+5+33=237 (31% of max value = 765). Red value is 199 (78.12% from 255 or 83.97% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 33 (13.28% from 255 or 13.92% from 237); Max value from RGB is 199 - color contains mainly: red. Hex color #C70521 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70521 is #38FADE. Grayscale: #424242. Windows color (decimal): -3734239 or 2164167. OLE color: 2164167.

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

Color convert

RGB 199 5 33 -
CMYK 0 0.97 0.83 0.22
HSL 351.34º 0.95% 0.4% -
HSV(B) 351.34º 0.97% 0.78% -
XYZ 23.88 12.36 2.57 -
YUV 66.2 109.27 222.72 -
System Red Green Blue C M Y K H S L
Decimal 199 5 33 0 0.97 0.83 0.22 351.34 0.95 0.4
Hex C7 5 21 0 61 53 16 15F 5F 28
Octal 307 5 41 0 141 123 26 537 137 50
Binary 11000111 101 100001 0 1100001 1010011 10110 101011111 1011111 101000

Color Harmonies of #C70521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70521

Black with #C70521

Text Example


Text Example

White with #C70521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70521; }

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

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

background-color css

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

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

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

border-color css

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

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

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