Html Css Color HEX #C20518 Venetian Red

📋 copy color: '#C20518'

red 194 ◦ green 5 ◦ blue 24

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

Shades of Venetian Red #C20518

Tints of Venetian Red #C20518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.76%

R = 87%
G = 2.24%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C20518 (or 0xC20518) is known color: Venetian Red. HEX triplet: C2, 05 and 18. RGB value is (194,5,24). Sum of RGB (Red+Green+Blue) = 194+5+24=223 (29% of max value = 765). Red value is 194 (76.17% from 255 or 87.00% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 24 (9.77% from 255 or 10.76% from 223); Max value from RGB is 194 - color contains mainly: red. Hex color #C20518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20518 is #3DFAE7. Grayscale: #3F3F3F. Windows color (decimal): -4061928 or 1574338. OLE color: 1574338.

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

Color convert

RGB 194 5 24 -
CMYK 0 0.97 0.88 0.24
HSL 353.97º 0.95% 0.39% -
HSV(B) 353.97º 0.97% 0.76% -
XYZ 22.47 11.64 1.93 -
YUV 63.68 105.62 220.96 -
System Red Green Blue C M Y K H S L
Decimal 194 5 24 0 0.97 0.88 0.24 353.97 0.95 0.39
Hex C2 5 18 0 61 58 18 162 5F 27
Octal 302 5 30 0 141 130 30 542 137 47
Binary 11000010 101 11000 0 1100001 1011000 11000 101100010 1011111 100111

Color Harmonies of #C20518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20518

Black with #C20518

Text Example


Text Example

White with #C20518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20518; }

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

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

background-color css

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

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

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

border-color css

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

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

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