Html Css Color HEX #C4070F Venetian Red

📋 copy color: '#C4070F'

red 196 ◦ green 7 ◦ blue 15

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

Shades of Venetian Red #C4070F

Tints of Venetian Red #C4070F

RGB

 RED value IS 196 (76.95% from 255) = 89.91%

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

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

R = 89.91%
G = 3.21%
B = 6.88%

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

#C4070F (or 0xC4070F) is known color: Venetian Red. HEX triplet: C4, 07 and 0F. RGB value is (196,7,15). Sum of RGB (Red+Green+Blue) = 196+7+15=218 (28% of max value = 765). Red value is 196 (76.95% from 255 or 89.91% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 196 - color contains mainly: red. Hex color #C4070F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4070F is #3BF8F0. Grayscale: #404040. Windows color (decimal): -3930353 or 985028. OLE color: 985028.

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

Color convert

RGB 196 7 15 -
CMYK 0 0.96 0.92 0.23
HSL 357.46º 0.93% 0.4% -
HSV(B) 357.46º 0.96% 0.77% -
XYZ 22.93 11.92 1.54 -
YUV 64.42 100.12 221.85 -
System Red Green Blue C M Y K H S L
Decimal 196 7 15 0 0.96 0.92 0.23 357.46 0.93 0.4
Hex C4 7 F 0 60 5C 17 165 5D 28
Octal 304 7 17 0 140 134 27 545 135 50
Binary 11000100 111 1111 0 1100000 1011100 10111 101100101 1011101 101000

Color Harmonies of #C4070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4070F

Black with #C4070F

Text Example


Text Example

White with #C4070F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4070F; }

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

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

background-color css

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

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

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

border-color css

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

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

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