Html Css Color HEX #C8090C Venetian Red

📋 copy color: '#C8090C'

red 200 ◦ green 9 ◦ blue 12

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

Shades of Venetian Red #C8090C

Tints of Venetian Red #C8090C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.43%

R = 90.5%
G = 4.07%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8090C (or 0xC8090C) is known color: Venetian Red. HEX triplet: C8, 09 and 0C. RGB value is (200,9,12). Sum of RGB (Red+Green+Blue) = 200+9+12=221 (29% of max value = 765). Red value is 200 (78.52% from 255 or 90.50% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 200 - color contains mainly: red. Hex color #C8090C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8090C is #37F6F3. Grayscale: #424242. Windows color (decimal): -3667700 or 788936. OLE color: 788936.

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

Color convert

RGB 200 9 12 -
CMYK 0 0.96 0.94 0.22
HSL 359.06º 0.91% 0.41% -
HSV(B) 359.06º 0.96% 0.78% -
XYZ 23.98 12.5 1.5 -
YUV 66.45 97.28 223.26 -
System Red Green Blue C M Y K H S L
Decimal 200 9 12 0 0.96 0.94 0.22 359.06 0.91 0.41
Hex C8 9 C 0 60 5E 16 167 5B 29
Octal 310 11 14 0 140 136 26 547 133 51
Binary 11001000 1001 1100 0 1100000 1011110 10110 101100111 1011011 101001

Color Harmonies of #C8090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8090C

Black with #C8090C

Text Example


Text Example

White with #C8090C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8090C; }

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

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

background-color css

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

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

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

border-color css

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

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

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