Html Css Color HEX #C70F15 Venetian Red

📋 copy color: '#C70F15'

red 199 ◦ green 15 ◦ blue 21

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

Shades of Venetian Red #C70F15

Tints of Venetian Red #C70F15

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.38%

 BLUE value IS 21 (8.59% from 255) = 8.94%

R = 84.68%
G = 6.38%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C70F15 (or 0xC70F15) is known color: Venetian Red. HEX triplet: C7, 0F and 15. RGB value is (199,15,21). Sum of RGB (Red+Green+Blue) = 199+15+21=235 (31% of max value = 765). Red value is 199 (78.12% from 255 or 84.68% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 199 - color contains mainly: red. Hex color #C70F15 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70F15 is #38F0EA. Grayscale: #464646. Windows color (decimal): -3731691 or 1380295. OLE color: 1380295.

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

Color convert

RGB 199 15 21 -
CMYK 0 0.92 0.89 0.22
HSL 358.04º 0.86% 0.42% -
HSV(B) 358.04º 0.92% 0.78% -
XYZ 23.86 12.54 1.87 -
YUV 70.7 99.96 219.51 -
System Red Green Blue C M Y K H S L
Decimal 199 15 21 0 0.92 0.89 0.22 358.04 0.86 0.42
Hex C7 F 15 0 5C 59 16 166 56 2A
Octal 307 17 25 0 134 131 26 546 126 52
Binary 11000111 1111 10101 0 1011100 1011001 10110 101100110 1010110 101010

Color Harmonies of #C70F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70F15

Black with #C70F15

Text Example


Text Example

White with #C70F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70F15; }

 p { color: rgb(199,15,21); }

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

background-color css

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

 a { background-color: rgb(199,15,21); }

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

border-color css

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

 span { border-color: rgb(199,15,21); }

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