Html Css Color HEX #C20018 Venetian Red

📋 copy color: '#C20018'

red 194 ◦ green 0 ◦ blue 24

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

Shades of Venetian Red #C20018

Tints of Venetian Red #C20018

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 88.99%
G = 0%
B = 11.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C20018 (or 0xC20018) is known color: Venetian Red. HEX triplet: C2, 00 and 18. RGB value is (194,0,24). Sum of RGB (Red+Green+Blue) = 194+0+24=218 (28% of max value = 765). Red value is 194 (76.17% from 255 or 88.99% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 194 - color contains mainly: red. Hex color #C20018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20018 is #3DFFE7. Grayscale: #3C3C3C. Windows color (decimal): -4063208 or 1573058. OLE color: 1573058.

HSL color Cylindrical-coordinate representation of color #C20018: hue angle of 352.58º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C20018 is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 0 24 -
CMYK 0 1 0.88 0.24
HSL 352.58º 1% 0.38% -
HSV(B) 352.58º 1% 0.76% -
XYZ 22.41 11.54 1.91 -
YUV 60.74 107.27 223.05 -
System Red Green Blue C M Y K H S L
Decimal 194 0 24 0 1 0.88 0.24 352.58 1 0.38
Hex C2 0 18 0 64 58 18 161 64 26
Octal 302 0 30 0 144 130 30 541 144 46
Binary 11000010 0 11000 0 1100100 1011000 11000 101100001 1100100 100110

Color Harmonies of #C20018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20018

Black with #C20018

Text Example


Text Example

White with #C20018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20018; }

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

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

background-color css

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

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

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

border-color css

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

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

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