Html Css Color HEX #C70320 Venetian Red

📋 copy color: '#C70320'

red 199 ◦ green 3 ◦ blue 32

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

Shades of Venetian Red #C70320

Tints of Venetian Red #C70320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.68%

R = 85.04%
G = 1.28%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C70320 (or 0xC70320) is known color: Venetian Red. HEX triplet: C7, 03 and 20. RGB value is (199,3,32). Sum of RGB (Red+Green+Blue) = 199+3+32=234 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.04% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 199 - color contains mainly: red. Hex color #C70320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70320 is #38FCDF. Grayscale: #404040. Windows color (decimal): -3734752 or 2098119. OLE color: 2098119.

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

Color convert

RGB 199 3 32 -
CMYK 0 0.98 0.84 0.22
HSL 351.12º 0.97% 0.4% -
HSV(B) 351.12º 0.98% 0.78% -
XYZ 23.85 12.31 2.49 -
YUV 64.91 109.43 223.64 -
System Red Green Blue C M Y K H S L
Decimal 199 3 32 0 0.98 0.84 0.22 351.12 0.97 0.4
Hex C7 3 20 0 62 54 16 15F 61 28
Octal 307 3 40 0 142 124 26 537 141 50
Binary 11000111 11 100000 0 1100010 1010100 10110 101011111 1100001 101000

Color Harmonies of #C70320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70320

Black with #C70320

Text Example


Text Example

White with #C70320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70320; }

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

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

background-color css

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

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

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

border-color css

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

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

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