Html Css Color HEX #C0071A Venetian Red

📋 copy color: '#C0071A'

red 192 ◦ green 7 ◦ blue 26

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

Shades of Venetian Red #C0071A

Tints of Venetian Red #C0071A

RGB

 RED value IS 192 (75.39% from 255) = 85.33%

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

 BLUE value IS 26 (10.55% from 255) = 11.56%

R = 85.33%
G = 3.11%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0071A (or 0xC0071A) is known color: Venetian Red. HEX triplet: C0, 07 and 1A. RGB value is (192,7,26). Sum of RGB (Red+Green+Blue) = 192+7+26=225 (29% of max value = 765). Red value is 192 (75.39% from 255 or 85.33% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 26 (10.55% from 255 or 11.56% from 225); Max value from RGB is 192 - color contains mainly: red. Hex color #C0071A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0071A is #3FF8E5. Grayscale: #404040. Windows color (decimal): -4192486 or 1705920. OLE color: 1705920.

HSL color Cylindrical-coordinate representation of color #C0071A: hue angle of 353.84º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0071A is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 7 26 -
CMYK 0 0.96 0.86 0.25
HSL 353.84º 0.93% 0.39% -
HSV(B) 353.84º 0.96% 0.75% -
XYZ 22 11.43 2.02 -
YUV 64.48 106.29 218.96 -
System Red Green Blue C M Y K H S L
Decimal 192 7 26 0 0.96 0.86 0.25 353.84 0.93 0.39
Hex C0 7 1A 0 60 56 19 162 5D 27
Octal 300 7 32 0 140 126 31 542 135 47
Binary 11000000 111 11010 0 1100000 1010110 11001 101100010 1011101 100111

Color Harmonies of #C0071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0071A

Black with #C0071A

Text Example


Text Example

White with #C0071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0071A; }

 p { color: rgb(192,7,26); }

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

background-color css

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

 a { background-color: rgb(192,7,26); }

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

border-color css

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

 span { border-color: rgb(192,7,26); }

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