Html Css Color HEX #C7081D Venetian Red

📋 copy color: '#C7081D'

red 199 ◦ green 8 ◦ blue 29

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

Shades of Venetian Red #C7081D

Tints of Venetian Red #C7081D

RGB

 RED value IS 199 (78.13% from 255) = 84.32%

 GREEN value IS 8 (3.52% from 255) = 3.39%

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

R = 84.32%
G = 3.39%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C7081D (or 0xC7081D) is known color: Venetian Red. HEX triplet: C7, 08 and 1D. RGB value is (199,8,29). Sum of RGB (Red+Green+Blue) = 199+8+29=236 (31% of max value = 765). Red value is 199 (78.12% from 255 or 84.32% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 199 - color contains mainly: red. Hex color #C7081D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7081D is #38F7E2. Grayscale: #434343. Windows color (decimal): -3733475 or 1902791. OLE color: 1902791.

HSL color Cylindrical-coordinate representation of color #C7081D: hue angle of 353.4º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7081D is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 8 29 -
CMYK 0 0.96 0.85 0.22
HSL 353.4º 0.92% 0.41% -
HSV(B) 353.4º 0.96% 0.78% -
XYZ 23.86 12.4 2.3 -
YUV 67.5 106.28 221.79 -
System Red Green Blue C M Y K H S L
Decimal 199 8 29 0 0.96 0.85 0.22 353.4 0.92 0.41
Hex C7 8 1D 0 60 55 16 161 5C 29
Octal 307 10 35 0 140 125 26 541 134 51
Binary 11000111 1000 11101 0 1100000 1010101 10110 101100001 1011100 101001

Color Harmonies of #C7081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7081D

Black with #C7081D

Text Example


Text Example

White with #C7081D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7081D; }

 p { color: rgb(199,8,29); }

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

background-color css

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

 a { background-color: rgb(199,8,29); }

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

border-color css

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

 span { border-color: rgb(199,8,29); }

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