Html Css Color HEX #C20118 Venetian Red

📋 copy color: '#C20118'

red 194 ◦ green 1 ◦ blue 24

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

Shades of Venetian Red #C20118

Tints of Venetian Red #C20118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 88.58%
G = 0.46%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C20118 (or 0xC20118) is known color: Venetian Red. HEX triplet: C2, 01 and 18. RGB value is (194,1,24). Sum of RGB (Red+Green+Blue) = 194+1+24=219 (29% of max value = 765). Red value is 194 (76.17% from 255 or 88.58% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 24 (9.77% from 255 or 10.96% from 219); Max value from RGB is 194 - color contains mainly: red. Hex color #C20118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20118 is #3DFEE7. Grayscale: #3D3D3D. Windows color (decimal): -4062952 or 1573314. OLE color: 1573314.

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

Color convert

RGB 194 1 24 -
CMYK 0 0.99 0.88 0.24
HSL 352.85º 0.99% 0.38% -
HSV(B) 352.85º 0.99% 0.76% -
XYZ 22.42 11.56 1.91 -
YUV 61.33 106.94 222.63 -
System Red Green Blue C M Y K H S L
Decimal 194 1 24 0 0.99 0.88 0.24 352.85 0.99 0.38
Hex C2 1 18 0 63 58 18 161 63 26
Octal 302 1 30 0 143 130 30 541 143 46
Binary 11000010 1 11000 0 1100011 1011000 11000 101100001 1100011 100110

Color Harmonies of #C20118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20118

Black with #C20118

Text Example


Text Example

White with #C20118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20118; }

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

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

background-color css

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

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

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

border-color css

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

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

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