Html Css Color HEX #C0071E Venetian Red

📋 copy color: '#C0071E'

red 192 ◦ green 7 ◦ blue 30

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

Shades of Venetian Red #C0071E

Tints of Venetian Red #C0071E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.1%

R = 83.84%
G = 3.06%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0071E (or 0xC0071E) is known color: Venetian Red. HEX triplet: C0, 07 and 1E. RGB value is (192,7,30). Sum of RGB (Red+Green+Blue) = 192+7+30=229 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.84% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 192 - color contains mainly: red. Hex color #C0071E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0071E is #3FF8E1. Grayscale: #414141. Windows color (decimal): -4192482 or 1968064. OLE color: 1968064.

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

Color convert

RGB 192 7 30 -
CMYK 0 0.96 0.84 0.25
HSL 352.54º 0.93% 0.39% -
HSV(B) 352.54º 0.96% 0.75% -
XYZ 22.05 11.45 2.28 -
YUV 64.94 108.29 218.63 -
System Red Green Blue C M Y K H S L
Decimal 192 7 30 0 0.96 0.84 0.25 352.54 0.93 0.39
Hex C0 7 1E 0 60 54 19 161 5D 27
Octal 300 7 36 0 140 124 31 541 135 47
Binary 11000000 111 11110 0 1100000 1010100 11001 101100001 1011101 100111

Color Harmonies of #C0071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0071E

Black with #C0071E

Text Example


Text Example

White with #C0071E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0071E; }

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

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

background-color css

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

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

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

border-color css

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

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

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