Html Css Color HEX #C70321 Venetian Red

📋 copy color: '#C70321'

red 199 ◦ green 3 ◦ blue 33

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

Shades of Venetian Red #C70321

Tints of Venetian Red #C70321

RGB

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

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

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

R = 84.68%
G = 1.28%
B = 14.04%

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

#C70321 (or 0xC70321) is known color: Venetian Red. HEX triplet: C7, 03 and 21. RGB value is (199,3,33). Sum of RGB (Red+Green+Blue) = 199+3+33=235 (31% of max value = 765). Red value is 199 (78.12% from 255 or 84.68% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 33 (13.28% from 255 or 14.04% from 235); Max value from RGB is 199 - color contains mainly: red. Hex color #C70321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70321 is #38FCDE. Grayscale: #414141. Windows color (decimal): -3734751 or 2163655. OLE color: 2163655.

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

Color convert

RGB 199 3 33 -
CMYK 0 0.98 0.83 0.22
HSL 350.82º 0.97% 0.4% -
HSV(B) 350.82º 0.98% 0.78% -
XYZ 23.86 12.32 2.56 -
YUV 65.02 109.93 223.56 -
System Red Green Blue C M Y K H S L
Decimal 199 3 33 0 0.98 0.83 0.22 350.82 0.97 0.4
Hex C7 3 21 0 62 53 16 15F 61 28
Octal 307 3 41 0 142 123 26 537 141 50
Binary 11000111 11 100001 0 1100010 1010011 10110 101011111 1100001 101000

Color Harmonies of #C70321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70321

Black with #C70321

Text Example


Text Example

White with #C70321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70321; }

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

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

background-color css

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

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

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

border-color css

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

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

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