Html Css Color HEX #C8071D Venetian Red

📋 copy color: '#C8071D'

red 200 ◦ green 7 ◦ blue 29

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

Shades of Venetian Red #C8071D

Tints of Venetian Red #C8071D

RGB

 RED value IS 200 (78.52% from 255) = 84.75%

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

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

R = 84.75%
G = 2.97%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8071D (or 0xC8071D) is known color: Venetian Red. HEX triplet: C8, 07 and 1D. RGB value is (200,7,29). Sum of RGB (Red+Green+Blue) = 200+7+29=236 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.75% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 200 - color contains mainly: red. Hex color #C8071D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8071D is #37F8E2. Grayscale: #434343. Windows color (decimal): -3668195 or 1902536. OLE color: 1902536.

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

Color convert

RGB 200 7 29 -
CMYK 0 0.96 0.86 0.22
HSL 353.16º 0.93% 0.41% -
HSV(B) 353.16º 0.97% 0.78% -
XYZ 24.12 12.52 2.31 -
YUV 67.22 106.44 222.71 -
System Red Green Blue C M Y K H S L
Decimal 200 7 29 0 0.96 0.86 0.22 353.16 0.93 0.41
Hex C8 7 1D 0 60 56 16 161 5D 29
Octal 310 7 35 0 140 126 26 541 135 51
Binary 11001000 111 11101 0 1100000 1010110 10110 101100001 1011101 101001

Color Harmonies of #C8071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8071D

Black with #C8071D

Text Example


Text Example

White with #C8071D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8071D; }

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

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

background-color css

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

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

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

border-color css

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

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

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