Html Css Color HEX #C8071A Venetian Red

📋 copy color: '#C8071A'

red 200 ◦ green 7 ◦ blue 26

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

Shades of Venetian Red #C8071A

Tints of Venetian Red #C8071A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.16%

R = 85.84%
G = 3%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C8071A (or 0xC8071A) is known color: Venetian Red. HEX triplet: C8, 07 and 1A. RGB value is (200,7,26). Sum of RGB (Red+Green+Blue) = 200+7+26=233 (30% of max value = 765). Red value is 200 (78.52% from 255 or 85.84% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 200 - color contains mainly: red. Hex color #C8071A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8071A is #37F8E5. Grayscale: #424242. Windows color (decimal): -3668198 or 1705928. OLE color: 1705928.

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

Color convert

RGB 200 7 26 -
CMYK 0 0.96 0.87 0.22
HSL 354.09º 0.93% 0.41% -
HSV(B) 354.09º 0.97% 0.78% -
XYZ 24.08 12.51 2.12 -
YUV 66.87 104.94 222.96 -
System Red Green Blue C M Y K H S L
Decimal 200 7 26 0 0.96 0.87 0.22 354.09 0.93 0.41
Hex C8 7 1A 0 60 57 16 162 5D 29
Octal 310 7 32 0 140 127 26 542 135 51
Binary 11001000 111 11010 0 1100000 1010111 10110 101100010 1011101 101001

Color Harmonies of #C8071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8071A

Black with #C8071A

Text Example


Text Example

White with #C8071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8071A; }

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

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

background-color css

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

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

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

border-color css

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

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

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