Html Css Color HEX #C8081E Venetian Red

📋 copy color: '#C8081E'

red 200 ◦ green 8 ◦ blue 30

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

Shades of Venetian Red #C8081E

Tints of Venetian Red #C8081E

RGB

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

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

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

R = 84.03%
G = 3.36%
B = 12.61%

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

#C8081E (or 0xC8081E) is known color: Venetian Red. HEX triplet: C8, 08 and 1E. RGB value is (200,8,30). Sum of RGB (Red+Green+Blue) = 200+8+30=238 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.03% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 200 - color contains mainly: red. Hex color #C8081E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8081E is #37F7E1. Grayscale: #444444. Windows color (decimal): -3667938 or 1968328. OLE color: 1968328.

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

Color convert

RGB 200 8 30 -
CMYK 0 0.96 0.85 0.22
HSL 353.13º 0.92% 0.41% -
HSV(B) 353.13º 0.96% 0.78% -
XYZ 24.14 12.55 2.38 -
YUV 67.92 106.61 222.21 -
System Red Green Blue C M Y K H S L
Decimal 200 8 30 0 0.96 0.85 0.22 353.13 0.92 0.41
Hex C8 8 1E 0 60 55 16 161 5C 29
Octal 310 10 36 0 140 125 26 541 134 51
Binary 11001000 1000 11110 0 1100000 1010101 10110 101100001 1011100 101001

Color Harmonies of #C8081E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8081E

Black with #C8081E

Text Example


Text Example

White with #C8081E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8081E; }

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

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

background-color css

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

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

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

border-color css

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

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

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