Html Css Color HEX #C20514 Venetian Red

📋 copy color: '#C20514'

red 194 ◦ green 5 ◦ blue 20

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

Shades of Venetian Red #C20514

Tints of Venetian Red #C20514

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.28%

 BLUE value IS 20 (8.2% from 255) = 9.13%

R = 88.58%
G = 2.28%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C20514 (or 0xC20514) is known color: Venetian Red. HEX triplet: C2, 05 and 14. RGB value is (194,5,20). Sum of RGB (Red+Green+Blue) = 194+5+20=219 (29% of max value = 765). Red value is 194 (76.17% from 255 or 88.58% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 194 - color contains mainly: red. Hex color #C20514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20514 is #3DFAEB. Grayscale: #3F3F3F. Windows color (decimal): -4061932 or 1312194. OLE color: 1312194.

HSL color Cylindrical-coordinate representation of color #C20514: hue angle of 355.24º degrees, saturation: 0.95, 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 #C20514 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 5 20 -
CMYK 0 0.97 0.90 0.24
HSL 355.24º 0.95% 0.39% -
HSV(B) 355.24º 0.97% 0.76% -
XYZ 22.43 11.63 1.72 -
YUV 63.22 103.62 221.28 -
System Red Green Blue C M Y K H S L
Decimal 194 5 20 0 0.97 0.90 0.24 355.24 0.95 0.39
Hex C2 5 14 0 61 5A 18 163 5F 27
Octal 302 5 24 0 141 132 30 543 137 47
Binary 11000010 101 10100 0 1100001 1011010 11000 101100011 1011111 100111

Color Harmonies of #C20514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20514

Black with #C20514

Text Example


Text Example

White with #C20514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20514; }

 p { color: rgb(194,5,20); }

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

background-color css

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

 a { background-color: rgb(194,5,20); }

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

border-color css

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

 span { border-color: rgb(194,5,20); }

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