Html Css Color HEX #C70322 Venetian Red

📋 copy color: '#C70322'

red 199 ◦ green 3 ◦ blue 34

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

Shades of Venetian Red #C70322

Tints of Venetian Red #C70322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.41%

R = 84.32%
G = 1.27%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C70322 (or 0xC70322) is known color: Venetian Red. HEX triplet: C7, 03 and 22. RGB value is (199,3,34). Sum of RGB (Red+Green+Blue) = 199+3+34=236 (31% of max value = 765). Red value is 199 (78.12% from 255 or 84.32% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 34 (13.67% from 255 or 14.41% from 236); Max value from RGB is 199 - color contains mainly: red. Hex color #C70322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70322 is #38FCDD. Grayscale: #414141. Windows color (decimal): -3734750 or 2229191. OLE color: 2229191.

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

Color convert

RGB 199 3 34 -
CMYK 0 0.98 0.83 0.22
HSL 350.51º 0.97% 0.4% -
HSV(B) 350.51º 0.98% 0.78% -
XYZ 23.87 12.32 2.63 -
YUV 65.14 110.43 223.48 -
System Red Green Blue C M Y K H S L
Decimal 199 3 34 0 0.98 0.83 0.22 350.51 0.97 0.4
Hex C7 3 22 0 62 53 16 15F 61 28
Octal 307 3 42 0 142 123 26 537 141 50
Binary 11000111 11 100010 0 1100010 1010011 10110 101011111 1100001 101000

Color Harmonies of #C70322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70322

Black with #C70322

Text Example


Text Example

White with #C70322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70322; }

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

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

background-color css

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

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

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

border-color css

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

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

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