Html Css Color HEX #C8071C Venetian Red

📋 copy color: '#C8071C'

red 200 ◦ green 7 ◦ blue 28

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

Shades of Venetian Red #C8071C

Tints of Venetian Red #C8071C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.91%

R = 85.11%
G = 2.98%
B = 11.91%

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

#C8071C (or 0xC8071C) is known color: Venetian Red. HEX triplet: C8, 07 and 1C. RGB value is (200,7,28). Sum of RGB (Red+Green+Blue) = 200+7+28=235 (31% of max value = 765). Red value is 200 (78.52% from 255 or 85.11% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 200 - color contains mainly: red. Hex color #C8071C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8071C is #37F8E3. Grayscale: #434343. Windows color (decimal): -3668196 or 1837000. OLE color: 1837000.

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

Color convert

RGB 200 7 28 -
CMYK 0 0.96 0.86 0.22
HSL 353.47º 0.93% 0.41% -
HSV(B) 353.47º 0.97% 0.78% -
XYZ 24.11 12.52 2.24 -
YUV 67.1 105.94 222.79 -
System Red Green Blue C M Y K H S L
Decimal 200 7 28 0 0.96 0.86 0.22 353.47 0.93 0.41
Hex C8 7 1C 0 60 56 16 161 5D 29
Octal 310 7 34 0 140 126 26 541 135 51
Binary 11001000 111 11100 0 1100000 1010110 10110 101100001 1011101 101001

Color Harmonies of #C8071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8071C

Black with #C8071C

Text Example


Text Example

White with #C8071C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8071C; }

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

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

background-color css

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

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

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

border-color css

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

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

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