Html Css Color HEX #C20117 Venetian Red

📋 copy color: '#C20117'

red 194 ◦ green 1 ◦ blue 23

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

Shades of Venetian Red #C20117

Tints of Venetian Red #C20117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.55%

R = 88.99%
G = 0.46%
B = 10.55%

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

#C20117 (or 0xC20117) is known color: Venetian Red. HEX triplet: C2, 01 and 17. RGB value is (194,1,23). Sum of RGB (Red+Green+Blue) = 194+1+23=218 (28% of max value = 765). Red value is 194 (76.17% from 255 or 88.99% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 23 (9.38% from 255 or 10.55% from 218); Max value from RGB is 194 - color contains mainly: red. Hex color #C20117 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20117 is #3DFEE8. Grayscale: #3D3D3D. Windows color (decimal): -4062953 or 1507778. OLE color: 1507778.

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

Color convert

RGB 194 1 23 -
CMYK 0 0.99 0.88 0.24
HSL 353.16º 0.99% 0.38% -
HSV(B) 353.16º 0.99% 0.76% -
XYZ 22.41 11.55 1.86 -
YUV 61.22 106.44 222.71 -
System Red Green Blue C M Y K H S L
Decimal 194 1 23 0 0.99 0.88 0.24 353.16 0.99 0.38
Hex C2 1 17 0 63 58 18 161 63 26
Octal 302 1 27 0 143 130 30 541 143 46
Binary 11000010 1 10111 0 1100011 1011000 11000 101100001 1100011 100110

Color Harmonies of #C20117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20117

Black with #C20117

Text Example


Text Example

White with #C20117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20117; }

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

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

background-color css

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

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

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

border-color css

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

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

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