Html Css Color HEX #C5070F Venetian Red

📋 copy color: '#C5070F'

red 197 ◦ green 7 ◦ blue 15

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

Shades of Venetian Red #C5070F

Tints of Venetian Red #C5070F

RGB

 RED value IS 197 (77.34% from 255) = 89.95%

 GREEN value IS 7 (3.13% from 255) = 3.2%

 BLUE value IS 15 (6.25% from 255) = 6.85%

R = 89.95%
G = 3.2%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C5070F (or 0xC5070F) is known color: Venetian Red. HEX triplet: C5, 07 and 0F. RGB value is (197,7,15). Sum of RGB (Red+Green+Blue) = 197+7+15=219 (29% of max value = 765). Red value is 197 (77.34% from 255 or 89.95% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 197 - color contains mainly: red. Hex color #C5070F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5070F is #3AF8F0. Grayscale: #404040. Windows color (decimal): -3864817 or 985029. OLE color: 985029.

HSL color Cylindrical-coordinate representation of color #C5070F: hue angle of 357.47º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C5070F is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 7 15 -
CMYK 0 0.96 0.92 0.23
HSL 357.47º 0.93% 0.4% -
HSV(B) 357.47º 0.96% 0.77% -
XYZ 23.19 12.06 1.56 -
YUV 64.72 99.95 222.35 -
System Red Green Blue C M Y K H S L
Decimal 197 7 15 0 0.96 0.92 0.23 357.47 0.93 0.4
Hex C5 7 F 0 60 5C 17 165 5D 28
Octal 305 7 17 0 140 134 27 545 135 50
Binary 11000101 111 1111 0 1100000 1011100 10111 101100101 1011101 101000

Color Harmonies of #C5070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5070F

Black with #C5070F

Text Example


Text Example

White with #C5070F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5070F; }

 p { color: rgb(197,7,15); }

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

background-color css

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

 a { background-color: rgb(197,7,15); }

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

border-color css

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

 span { border-color: rgb(197,7,15); }

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