Html Css Color HEX #C20609 Venetian Red

📋 copy color: '#C20609'

red 194 ◦ green 6 ◦ blue 9

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

Shades of Venetian Red #C20609

Tints of Venetian Red #C20609

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.87%

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

R = 92.82%
G = 2.87%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C20609 (or 0xC20609) is known color: Venetian Red. HEX triplet: C2, 06 and 09. RGB value is (194,6,9). Sum of RGB (Red+Green+Blue) = 194+6+9=209 (27% of max value = 765). Red value is 194 (76.17% from 255 or 92.82% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 9 (3.91% from 255 or 4.31% from 209); Max value from RGB is 194 - color contains mainly: red. Hex color #C20609 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20609 is #3DF9F6. Grayscale: #3E3E3E. Windows color (decimal): -4061687 or 591554. OLE color: 591554.

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

Color convert

RGB 194 6 9 -
CMYK 0 0.97 0.95 0.24
HSL 359.04º 0.94% 0.39% -
HSV(B) 359.04º 0.97% 0.76% -
XYZ 22.36 11.62 1.32 -
YUV 62.55 97.78 221.76 -
System Red Green Blue C M Y K H S L
Decimal 194 6 9 0 0.97 0.95 0.24 359.04 0.94 0.39
Hex C2 6 9 0 61 5F 18 167 5E 27
Octal 302 6 11 0 141 137 30 547 136 47
Binary 11000010 110 1001 0 1100001 1011111 11000 101100111 1011110 100111

Color Harmonies of #C20609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20609

Black with #C20609

Text Example


Text Example

White with #C20609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20609; }

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

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

background-color css

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

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

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

border-color css

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

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

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