Html Css Color HEX #C20414 Venetian Red

📋 copy color: '#C20414'

red 194 ◦ green 4 ◦ blue 20

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

Shades of Venetian Red #C20414

Tints of Venetian Red #C20414

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.83%

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

R = 88.99%
G = 1.83%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C20414 (or 0xC20414) is known color: Venetian Red. HEX triplet: C2, 04 and 14. RGB value is (194,4,20). Sum of RGB (Red+Green+Blue) = 194+4+20=218 (28% of max value = 765). Red value is 194 (76.17% from 255 or 88.99% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 194 - color contains mainly: red. Hex color #C20414 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20414 is #3DFBEB. Grayscale: #3E3E3E. Windows color (decimal): -4062188 or 1311938. OLE color: 1311938.

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

Color convert

RGB 194 4 20 -
CMYK 0 0.98 0.90 0.24
HSL 354.95º 0.96% 0.39% -
HSV(B) 354.95º 0.98% 0.76% -
XYZ 22.42 11.61 1.72 -
YUV 62.63 103.95 221.7 -
System Red Green Blue C M Y K H S L
Decimal 194 4 20 0 0.98 0.90 0.24 354.95 0.96 0.39
Hex C2 4 14 0 62 5A 18 163 60 27
Octal 302 4 24 0 142 132 30 543 140 47
Binary 11000010 100 10100 0 1100010 1011010 11000 101100011 1100000 100111

Color Harmonies of #C20414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20414

Black with #C20414

Text Example


Text Example

White with #C20414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20414; }

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

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

background-color css

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

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

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

border-color css

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

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

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