Html Css Color HEX #C20727 Venetian Red

📋 copy color: '#C20727'

red 194 ◦ green 7 ◦ blue 39

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

Shades of Venetian Red #C20727

Tints of Venetian Red #C20727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.25%

R = 80.83%
G = 2.92%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C20727 (or 0xC20727) is known color: Venetian Red. HEX triplet: C2, 07 and 27. RGB value is (194,7,39). Sum of RGB (Red+Green+Blue) = 194+7+39=240 (31% of max value = 765). Red value is 194 (76.17% from 255 or 80.83% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 194 - color contains mainly: red. Hex color #C20727 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20727 is #3DF8D8. Grayscale: #424242. Windows color (decimal): -4061401 or 2557890. OLE color: 2557890.

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

Color convert

RGB 194 7 39 -
CMYK 0 0.96 0.80 0.24
HSL 349.73º 0.93% 0.39% -
HSV(B) 349.73º 0.96% 0.76% -
XYZ 22.69 11.77 2.99 -
YUV 66.56 112.45 218.9 -
System Red Green Blue C M Y K H S L
Decimal 194 7 39 0 0.96 0.80 0.24 349.73 0.93 0.39
Hex C2 7 27 0 60 50 18 15E 5D 27
Octal 302 7 47 0 140 120 30 536 135 47
Binary 11000010 111 100111 0 1100000 1010000 11000 101011110 1011101 100111

Color Harmonies of #C20727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20727

Black with #C20727

Text Example


Text Example

White with #C20727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20727; }

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

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

background-color css

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

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

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

border-color css

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

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

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