Html Css Color HEX #C8071F Venetian Red

📋 copy color: '#C8071F'

red 200 ◦ green 7 ◦ blue 31

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

Shades of Venetian Red #C8071F

Tints of Venetian Red #C8071F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.03%

R = 84.03%
G = 2.94%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C8071F (or 0xC8071F) is known color: Venetian Red. HEX triplet: C8, 07 and 1F. RGB value is (200,7,31). Sum of RGB (Red+Green+Blue) = 200+7+31=238 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.03% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 200 - color contains mainly: red. Hex color #C8071F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8071F is #37F8E0. Grayscale: #434343. Windows color (decimal): -3668193 or 2033608. OLE color: 2033608.

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

Color convert

RGB 200 7 31 -
CMYK 0 0.96 0.84 0.22
HSL 352.54º 0.93% 0.41% -
HSV(B) 352.54º 0.97% 0.78% -
XYZ 24.14 12.53 2.44 -
YUV 67.44 107.44 222.55 -
System Red Green Blue C M Y K H S L
Decimal 200 7 31 0 0.96 0.84 0.22 352.54 0.93 0.41
Hex C8 7 1F 0 60 54 16 161 5D 29
Octal 310 7 37 0 140 124 26 541 135 51
Binary 11001000 111 11111 0 1100000 1010100 10110 101100001 1011101 101001

Color Harmonies of #C8071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8071F

Black with #C8071F

Text Example


Text Example

White with #C8071F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8071F; }

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

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

background-color css

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

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

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

border-color css

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

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

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