Html Css Color HEX #C7080D Venetian Red

📋 copy color: '#C7080D'

red 199 ◦ green 8 ◦ blue 13

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

Shades of Venetian Red #C7080D

Tints of Venetian Red #C7080D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.91%

R = 90.45%
G = 3.64%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C7080D (or 0xC7080D) is known color: Venetian Red. HEX triplet: C7, 08 and 0D. RGB value is (199,8,13). Sum of RGB (Red+Green+Blue) = 199+8+13=220 (29% of max value = 765). Red value is 199 (78.12% from 255 or 90.45% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 199 - color contains mainly: red. Hex color #C7080D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7080D is #38F7F2. Grayscale: #414141. Windows color (decimal): -3733491 or 854215. OLE color: 854215.

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

Color convert

RGB 199 8 13 -
CMYK 0 0.96 0.93 0.22
HSL 358.43º 0.92% 0.41% -
HSV(B) 358.43º 0.96% 0.78% -
XYZ 23.71 12.34 1.51 -
YUV 65.68 98.28 223.09 -
System Red Green Blue C M Y K H S L
Decimal 199 8 13 0 0.96 0.93 0.22 358.43 0.92 0.41
Hex C7 8 D 0 60 5D 16 166 5C 29
Octal 307 10 15 0 140 135 26 546 134 51
Binary 11000111 1000 1101 0 1100000 1011101 10110 101100110 1011100 101001

Color Harmonies of #C7080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7080D

Black with #C7080D

Text Example


Text Example

White with #C7080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7080D; }

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

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

background-color css

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

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

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

border-color css

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

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

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