Html Css Color HEX #C70E13 Venetian Red

📋 copy color: '#C70E13'

red 199 ◦ green 14 ◦ blue 19

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

Shades of Venetian Red #C70E13

Tints of Venetian Red #C70E13

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.03%

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

R = 85.78%
G = 6.03%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C70E13 (or 0xC70E13) is known color: Venetian Red. HEX triplet: C7, 0E and 13. RGB value is (199,14,19). Sum of RGB (Red+Green+Blue) = 199+14+19=232 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.78% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 199 - color contains mainly: red. Hex color #C70E13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70E13 is #38F1EC. Grayscale: #464646. Windows color (decimal): -3731949 or 1248967. OLE color: 1248967.

HSL color Cylindrical-coordinate representation of color #C70E13: hue angle of 358.38º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70E13 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 14 19 -
CMYK 0 0.93 0.90 0.22
HSL 358.38º 0.87% 0.42% -
HSV(B) 358.38º 0.93% 0.78% -
XYZ 23.83 12.5 1.77 -
YUV 69.89 99.29 220.09 -
System Red Green Blue C M Y K H S L
Decimal 199 14 19 0 0.93 0.90 0.22 358.38 0.87 0.42
Hex C7 E 13 0 5D 5A 16 166 57 2A
Octal 307 16 23 0 135 132 26 546 127 52
Binary 11000111 1110 10011 0 1011101 1011010 10110 101100110 1010111 101010

Color Harmonies of #C70E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70E13

Black with #C70E13

Text Example


Text Example

White with #C70E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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