Html Css Color HEX #C8081C Venetian Red

📋 copy color: '#C8081C'

red 200 ◦ green 8 ◦ blue 28

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

Shades of Venetian Red #C8081C

Tints of Venetian Red #C8081C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.39%

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

R = 84.75%
G = 3.39%
B = 11.86%

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

#C8081C (or 0xC8081C) is known color: Venetian Red. HEX triplet: C8, 08 and 1C. RGB value is (200,8,28). Sum of RGB (Red+Green+Blue) = 200+8+28=236 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.75% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 200 - color contains mainly: red. Hex color #C8081C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8081C is #37F7E3. Grayscale: #434343. Windows color (decimal): -3667940 or 1837256. OLE color: 1837256.

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

Color convert

RGB 200 8 28 -
CMYK 0 0.96 0.86 0.22
HSL 353.75º 0.92% 0.41% -
HSV(B) 353.75º 0.96% 0.78% -
XYZ 24.12 12.54 2.25 -
YUV 67.69 105.61 222.37 -
System Red Green Blue C M Y K H S L
Decimal 200 8 28 0 0.96 0.86 0.22 353.75 0.92 0.41
Hex C8 8 1C 0 60 56 16 162 5C 29
Octal 310 10 34 0 140 126 26 542 134 51
Binary 11001000 1000 11100 0 1100000 1010110 10110 101100010 1011100 101001

Color Harmonies of #C8081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8081C

Black with #C8081C

Text Example


Text Example

White with #C8081C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8081C; }

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

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

background-color css

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

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

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

border-color css

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

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

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