Html Css Color HEX #C20218 Venetian Red

📋 copy color: '#C20218'

red 194 ◦ green 2 ◦ blue 24

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

Shades of Venetian Red #C20218

Tints of Venetian Red #C20218

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

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

R = 88.18%
G = 0.91%
B = 10.91%

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

#C20218 (or 0xC20218) is known color: Venetian Red. HEX triplet: C2, 02 and 18. RGB value is (194,2,24). Sum of RGB (Red+Green+Blue) = 194+2+24=220 (29% of max value = 765). Red value is 194 (76.17% from 255 or 88.18% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 24 (9.77% from 255 or 10.91% from 220); Max value from RGB is 194 - color contains mainly: red. Hex color #C20218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20218 is #3DFDE7. Grayscale: #3E3E3E. Windows color (decimal): -4062696 or 1573570. OLE color: 1573570.

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

Color convert

RGB 194 2 24 -
CMYK 0 0.99 0.88 0.24
HSL 353.13º 0.98% 0.38% -
HSV(B) 353.13º 0.99% 0.76% -
XYZ 22.43 11.58 1.92 -
YUV 61.92 106.61 222.21 -
System Red Green Blue C M Y K H S L
Decimal 194 2 24 0 0.99 0.88 0.24 353.13 0.98 0.38
Hex C2 2 18 0 63 58 18 161 62 26
Octal 302 2 30 0 143 130 30 541 142 46
Binary 11000010 10 11000 0 1100011 1011000 11000 101100001 1100010 100110

Color Harmonies of #C20218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20218

Black with #C20218

Text Example


Text Example

White with #C20218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20218; }

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

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

background-color css

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

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

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

border-color css

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

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

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