Html Css Color HEX #C8091E Venetian Red

📋 copy color: '#C8091E'

red 200 ◦ green 9 ◦ blue 30

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

Shades of Venetian Red #C8091E

Tints of Venetian Red #C8091E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.77%

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

R = 83.68%
G = 3.77%
B = 12.55%

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

#C8091E (or 0xC8091E) is known color: Venetian Red. HEX triplet: C8, 09 and 1E. RGB value is (200,9,30). Sum of RGB (Red+Green+Blue) = 200+9+30=239 (31% of max value = 765). Red value is 200 (78.52% from 255 or 83.68% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 200 - color contains mainly: red. Hex color #C8091E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8091E is #37F6E1. Grayscale: #444444. Windows color (decimal): -3667682 or 1968584. OLE color: 1968584.

HSL color Cylindrical-coordinate representation of color #C8091E: hue angle of 353.4º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8091E is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 9 30 -
CMYK 0 0.96 0.85 0.22
HSL 353.4º 0.91% 0.41% -
HSV(B) 353.4º 0.96% 0.78% -
XYZ 24.15 12.57 2.38 -
YUV 68.5 106.28 221.79 -
System Red Green Blue C M Y K H S L
Decimal 200 9 30 0 0.96 0.85 0.22 353.4 0.91 0.41
Hex C8 9 1E 0 60 55 16 161 5B 29
Octal 310 11 36 0 140 125 26 541 133 51
Binary 11001000 1001 11110 0 1100000 1010101 10110 101100001 1011011 101001

Color Harmonies of #C8091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8091E

Black with #C8091E

Text Example


Text Example

White with #C8091E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8091E; }

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

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

background-color css

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

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

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

border-color css

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

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

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