Html Css Color HEX #C0071D Venetian Red

📋 copy color: '#C0071D'

red 192 ◦ green 7 ◦ blue 29

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

Shades of Venetian Red #C0071D

Tints of Venetian Red #C0071D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.72%

R = 84.21%
G = 3.07%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0071D (or 0xC0071D) is known color: Venetian Red. HEX triplet: C0, 07 and 1D. RGB value is (192,7,29). Sum of RGB (Red+Green+Blue) = 192+7+29=228 (30% of max value = 765). Red value is 192 (75.39% from 255 or 84.21% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 29 (11.72% from 255 or 12.72% from 228); Max value from RGB is 192 - color contains mainly: red. Hex color #C0071D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0071D is #3FF8E2. Grayscale: #404040. Windows color (decimal): -4192483 or 1902528. OLE color: 1902528.

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

Color convert

RGB 192 7 29 -
CMYK 0 0.96 0.85 0.25
HSL 352.86º 0.93% 0.39% -
HSV(B) 352.86º 0.96% 0.75% -
XYZ 22.04 11.45 2.21 -
YUV 64.82 107.79 218.71 -
System Red Green Blue C M Y K H S L
Decimal 192 7 29 0 0.96 0.85 0.25 352.86 0.93 0.39
Hex C0 7 1D 0 60 55 19 161 5D 27
Octal 300 7 35 0 140 125 31 541 135 47
Binary 11000000 111 11101 0 1100000 1010101 11001 101100001 1011101 100111

Color Harmonies of #C0071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0071D

Black with #C0071D

Text Example


Text Example

White with #C0071D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0071D; }

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

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

background-color css

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

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

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

border-color css

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

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

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