Html Css Color HEX #C8071B Venetian Red

📋 copy color: '#C8071B'

red 200 ◦ green 7 ◦ blue 27

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

Shades of Venetian Red #C8071B

Tints of Venetian Red #C8071B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.54%

R = 85.47%
G = 2.99%
B = 11.54%

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

#C8071B (or 0xC8071B) is known color: Venetian Red. HEX triplet: C8, 07 and 1B. RGB value is (200,7,27). Sum of RGB (Red+Green+Blue) = 200+7+27=234 (30% of max value = 765). Red value is 200 (78.52% from 255 or 85.47% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 200 - color contains mainly: red. Hex color #C8071B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8071B is #37F8E4. Grayscale: #434343. Windows color (decimal): -3668197 or 1771464. OLE color: 1771464.

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

Color convert

RGB 200 7 27 -
CMYK 0 0.96 0.86 0.22
HSL 353.78º 0.93% 0.41% -
HSV(B) 353.78º 0.97% 0.78% -
XYZ 24.09 12.51 2.18 -
YUV 66.99 105.44 222.87 -
System Red Green Blue C M Y K H S L
Decimal 200 7 27 0 0.96 0.86 0.22 353.78 0.93 0.41
Hex C8 7 1B 0 60 56 16 162 5D 29
Octal 310 7 33 0 140 126 26 542 135 51
Binary 11001000 111 11011 0 1100000 1010110 10110 101100010 1011101 101001

Color Harmonies of #C8071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8071B

Black with #C8071B

Text Example


Text Example

White with #C8071B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8071B; }

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

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

background-color css

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

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

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

border-color css

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

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

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