Html Css Color HEX #C8071E Venetian Red

📋 copy color: '#C8071E'

red 200 ◦ green 7 ◦ blue 30

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

Shades of Venetian Red #C8071E

Tints of Venetian Red #C8071E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.66%

R = 84.39%
G = 2.95%
B = 12.66%

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

#C8071E (or 0xC8071E) is known color: Venetian Red. HEX triplet: C8, 07 and 1E. RGB value is (200,7,30). Sum of RGB (Red+Green+Blue) = 200+7+30=237 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.39% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 200 - color contains mainly: red. Hex color #C8071E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8071E is #37F8E1. Grayscale: #434343. Windows color (decimal): -3668194 or 1968072. OLE color: 1968072.

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

Color convert

RGB 200 7 30 -
CMYK 0 0.96 0.85 0.22
HSL 352.85º 0.93% 0.41% -
HSV(B) 352.85º 0.97% 0.78% -
XYZ 24.13 12.53 2.37 -
YUV 67.33 106.94 222.63 -
System Red Green Blue C M Y K H S L
Decimal 200 7 30 0 0.96 0.85 0.22 352.85 0.93 0.41
Hex C8 7 1E 0 60 55 16 161 5D 29
Octal 310 7 36 0 140 125 26 541 135 51
Binary 11001000 111 11110 0 1100000 1010101 10110 101100001 1011101 101001

Color Harmonies of #C8071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8071E

Black with #C8071E

Text Example


Text Example

White with #C8071E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8071E; }

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

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

background-color css

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

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

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

border-color css

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

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

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