Html Css Color HEX #C70820 Venetian Red

📋 copy color: '#C70820'

red 199 ◦ green 8 ◦ blue 32

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

Shades of Venetian Red #C70820

Tints of Venetian Red #C70820

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.35%

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

R = 83.26%
G = 3.35%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C70820 (or 0xC70820) is known color: Venetian Red. HEX triplet: C7, 08 and 20. RGB value is (199,8,32). Sum of RGB (Red+Green+Blue) = 199+8+32=239 (31% of max value = 765). Red value is 199 (78.12% from 255 or 83.26% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 199 - color contains mainly: red. Hex color #C70820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70820 is #38F7DF. Grayscale: #434343. Windows color (decimal): -3733472 or 2099399. OLE color: 2099399.

HSL color Cylindrical-coordinate representation of color #C70820: hue angle of 352.46º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C70820 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 8 32 -
CMYK 0 0.96 0.84 0.22
HSL 352.46º 0.92% 0.41% -
HSV(B) 352.46º 0.96% 0.78% -
XYZ 23.9 12.42 2.5 -
YUV 67.85 107.78 221.55 -
System Red Green Blue C M Y K H S L
Decimal 199 8 32 0 0.96 0.84 0.22 352.46 0.92 0.41
Hex C7 8 20 0 60 54 16 160 5C 29
Octal 307 10 40 0 140 124 26 540 134 51
Binary 11000111 1000 100000 0 1100000 1010100 10110 101100000 1011100 101001

Color Harmonies of #C70820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70820

Black with #C70820

Text Example


Text Example

White with #C70820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70820; }

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

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

background-color css

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

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

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

border-color css

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

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

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