Html Css Color HEX #C20709 Venetian Red

📋 copy color: '#C20709'

red 194 ◦ green 7 ◦ blue 9

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

Shades of Venetian Red #C20709

Tints of Venetian Red #C20709

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.33%

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

R = 92.38%
G = 3.33%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C20709 (or 0xC20709) is known color: Venetian Red. HEX triplet: C2, 07 and 09. RGB value is (194,7,9). Sum of RGB (Red+Green+Blue) = 194+7+9=210 (27% of max value = 765). Red value is 194 (76.17% from 255 or 92.38% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 9 (3.91% from 255 or 4.29% from 210); Max value from RGB is 194 - color contains mainly: red. Hex color #C20709 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20709 is #3DF8F6. Grayscale: #3F3F3F. Windows color (decimal): -4061431 or 591810. OLE color: 591810.

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

Color convert

RGB 194 7 9 -
CMYK 0 0.96 0.95 0.24
HSL 359.36º 0.93% 0.39% -
HSV(B) 359.36º 0.96% 0.76% -
XYZ 22.37 11.64 1.33 -
YUV 63.14 97.45 221.34 -
System Red Green Blue C M Y K H S L
Decimal 194 7 9 0 0.96 0.95 0.24 359.36 0.93 0.39
Hex C2 7 9 0 60 5F 18 167 5D 27
Octal 302 7 11 0 140 137 30 547 135 47
Binary 11000010 111 1001 0 1100000 1011111 11000 101100111 1011101 100111

Color Harmonies of #C20709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20709

Black with #C20709

Text Example


Text Example

White with #C20709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20709; }

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

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

background-color css

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

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

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

border-color css

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

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

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