Html Css Color HEX #C8091C Venetian Red

📋 copy color: '#C8091C'

red 200 ◦ green 9 ◦ blue 28

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

Shades of Venetian Red #C8091C

Tints of Venetian Red #C8091C

RGB

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

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

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

R = 84.39%
G = 3.8%
B = 11.81%

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

#C8091C (or 0xC8091C) is known color: Venetian Red. HEX triplet: C8, 09 and 1C. RGB value is (200,9,28). Sum of RGB (Red+Green+Blue) = 200+9+28=237 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.39% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 200 - color contains mainly: red. Hex color #C8091C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8091C is #37F6E3. Grayscale: #444444. Windows color (decimal): -3667684 or 1837512. OLE color: 1837512.

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

Color convert

RGB 200 9 28 -
CMYK 0 0.96 0.86 0.22
HSL 354.03º 0.91% 0.41% -
HSV(B) 354.03º 0.96% 0.78% -
XYZ 24.13 12.56 2.25 -
YUV 68.28 105.28 221.96 -
System Red Green Blue C M Y K H S L
Decimal 200 9 28 0 0.96 0.86 0.22 354.03 0.91 0.41
Hex C8 9 1C 0 60 56 16 162 5B 29
Octal 310 11 34 0 140 126 26 542 133 51
Binary 11001000 1001 11100 0 1100000 1010110 10110 101100010 1011011 101001

Color Harmonies of #C8091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8091C

Black with #C8091C

Text Example


Text Example

White with #C8091C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8091C; }

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

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

background-color css

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

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

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

border-color css

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

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

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