Html Css Color HEX #C20009 Venetian Red

📋 copy color: '#C20009'

red 194 ◦ green 0 ◦ blue 9

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

Shades of Venetian Red #C20009

Tints of Venetian Red #C20009

RGB

 RED value IS 194 (76.17% from 255) = 95.57%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 9 (3.91% from 255) = 4.43%

R = 95.57%
G = 0%
B = 4.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C20009 (or 0xC20009) is known color: Venetian Red. HEX triplet: C2, 00 and 09. RGB value is (194,0,9). Sum of RGB (Red+Green+Blue) = 194+0+9=203 (26% of max value = 765). Red value is 194 (76.17% from 255 or 95.57% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 9 (3.91% from 255 or 4.43% from 203); Max value from RGB is 194 - color contains mainly: red. Hex color #C20009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20009 is #3DFFF6. Grayscale: #3B3B3B. Windows color (decimal): -4063223 or 590018. OLE color: 590018.

HSL color Cylindrical-coordinate representation of color #C20009: hue angle of 357.22º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C20009 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 0 9 -
CMYK 0 1 0.95 0.24
HSL 357.22º 1% 0.38% -
HSV(B) 357.22º 1% 0.76% -
XYZ 22.3 11.49 1.3 -
YUV 59.03 99.77 224.27 -
System Red Green Blue C M Y K H S L
Decimal 194 0 9 0 1 0.95 0.24 357.22 1 0.38
Hex C2 0 9 0 64 5F 18 165 64 26
Octal 302 0 11 0 144 137 30 545 144 46
Binary 11000010 0 1001 0 1100100 1011111 11000 101100101 1100100 100110

Color Harmonies of #C20009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20009

Black with #C20009

Text Example


Text Example

White with #C20009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20009; }

 p { color: rgb(194,0,9); }

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

background-color css

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

 a { background-color: rgb(194,0,9); }

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

border-color css

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

 span { border-color: rgb(194,0,9); }

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