Html Css Color HEX #C70319 Venetian Red

📋 copy color: '#C70319'

red 199 ◦ green 3 ◦ blue 25

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

Shades of Venetian Red #C70319

Tints of Venetian Red #C70319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.32%

 BLUE value IS 25 (10.16% from 255) = 11.01%

R = 87.67%
G = 1.32%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C70319 (or 0xC70319) is known color: Venetian Red. HEX triplet: C7, 03 and 19. RGB value is (199,3,25). Sum of RGB (Red+Green+Blue) = 199+3+25=227 (30% of max value = 765). Red value is 199 (78.12% from 255 or 87.67% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 199 - color contains mainly: red. Hex color #C70319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70319 is #38FCE6. Grayscale: #404040. Windows color (decimal): -3734759 or 1639367. OLE color: 1639367.

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

Color convert

RGB 199 3 25 -
CMYK 0 0.98 0.87 0.22
HSL 353.27º 0.97% 0.4% -
HSV(B) 353.27º 0.98% 0.78% -
XYZ 23.76 12.28 2.04 -
YUV 64.11 105.93 224.21 -
System Red Green Blue C M Y K H S L
Decimal 199 3 25 0 0.98 0.87 0.22 353.27 0.97 0.4
Hex C7 3 19 0 62 57 16 161 61 28
Octal 307 3 31 0 142 127 26 541 141 50
Binary 11000111 11 11001 0 1100010 1010111 10110 101100001 1100001 101000

Color Harmonies of #C70319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70319

Black with #C70319

Text Example


Text Example

White with #C70319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70319; }

 p { color: rgb(199,3,25); }

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

background-color css

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

 a { background-color: rgb(199,3,25); }

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

border-color css

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

 span { border-color: rgb(199,3,25); }

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