Html Css Color HEX #C70813 Venetian Red

📋 copy color: '#C70813'

red 199 ◦ green 8 ◦ blue 19

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

Shades of Venetian Red #C70813

Tints of Venetian Red #C70813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.41%

R = 88.05%
G = 3.54%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C70813 (or 0xC70813) is known color: Venetian Red. HEX triplet: C7, 08 and 13. RGB value is (199,8,19). Sum of RGB (Red+Green+Blue) = 199+8+19=226 (29% of max value = 765). Red value is 199 (78.12% from 255 or 88.05% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 199 - color contains mainly: red. Hex color #C70813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70813 is #38F7EC. Grayscale: #424242. Windows color (decimal): -3733485 or 1247431. OLE color: 1247431.

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

Color convert

RGB 199 8 19 -
CMYK 0 0.96 0.90 0.22
HSL 356.54º 0.92% 0.41% -
HSV(B) 356.54º 0.96% 0.78% -
XYZ 23.76 12.36 1.75 -
YUV 66.36 101.28 222.61 -
System Red Green Blue C M Y K H S L
Decimal 199 8 19 0 0.96 0.90 0.22 356.54 0.92 0.41
Hex C7 8 13 0 60 5A 16 165 5C 29
Octal 307 10 23 0 140 132 26 545 134 51
Binary 11000111 1000 10011 0 1100000 1011010 10110 101100101 1011100 101001

Color Harmonies of #C70813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70813

Black with #C70813

Text Example


Text Example

White with #C70813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70813; }

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

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

background-color css

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

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

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

border-color css

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

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

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