Html Css Color HEX #C20E1E Venetian Red

📋 copy color: '#C20E1E'

red 194 ◦ green 14 ◦ blue 30

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

Shades of Venetian Red #C20E1E

Tints of Venetian Red #C20E1E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.88%

 BLUE value IS 30 (12.11% from 255) = 12.61%

R = 81.51%
G = 5.88%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C20E1E (or 0xC20E1E) is known color: Venetian Red. HEX triplet: C2, 0E and 1E. RGB value is (194,14,30). Sum of RGB (Red+Green+Blue) = 194+14+30=238 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.51% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 194 - color contains mainly: red. Hex color #C20E1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20E1E is #3DF1E1. Grayscale: #454545. Windows color (decimal): -4059618 or 1969858. OLE color: 1969858.

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

Color convert

RGB 194 14 30 -
CMYK 0 0.93 0.85 0.24
HSL 354.67º 0.87% 0.41% -
HSV(B) 354.67º 0.93% 0.76% -
XYZ 22.64 11.88 2.33 -
YUV 69.64 105.63 216.7 -
System Red Green Blue C M Y K H S L
Decimal 194 14 30 0 0.93 0.85 0.24 354.67 0.87 0.41
Hex C2 E 1E 0 5D 55 18 163 57 29
Octal 302 16 36 0 135 125 30 543 127 51
Binary 11000010 1110 11110 0 1011101 1010101 11000 101100011 1010111 101001

Color Harmonies of #C20E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20E1E

Black with #C20E1E

Text Example


Text Example

White with #C20E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20E1E; }

 p { color: rgb(194,14,30); }

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

background-color css

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

 a { background-color: rgb(194,14,30); }

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

border-color css

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

 span { border-color: rgb(194,14,30); }

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