Html Css Color HEX #C20316 Venetian Red

📋 copy color: '#C20316'

red 194 ◦ green 3 ◦ blue 22

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

Shades of Venetian Red #C20316

Tints of Venetian Red #C20316

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.37%

 BLUE value IS 22 (8.98% from 255) = 10.05%

R = 88.58%
G = 1.37%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C20316 (or 0xC20316) is known color: Venetian Red. HEX triplet: C2, 03 and 16. RGB value is (194,3,22). Sum of RGB (Red+Green+Blue) = 194+3+22=219 (29% of max value = 765). Red value is 194 (76.17% from 255 or 88.58% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 194 - color contains mainly: red. Hex color #C20316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20316 is #3DFCE9. Grayscale: #3E3E3E. Windows color (decimal): -4062442 or 1442754. OLE color: 1442754.

HSL color Cylindrical-coordinate representation of color #C20316: hue angle of 354.03º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C20316 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 3 22 -
CMYK 0 0.98 0.89 0.24
HSL 354.03º 0.97% 0.39% -
HSV(B) 354.03º 0.98% 0.76% -
XYZ 22.43 11.59 1.81 -
YUV 62.28 105.28 221.96 -
System Red Green Blue C M Y K H S L
Decimal 194 3 22 0 0.98 0.89 0.24 354.03 0.97 0.39
Hex C2 3 16 0 62 59 18 162 61 27
Octal 302 3 26 0 142 131 30 542 141 47
Binary 11000010 11 10110 0 1100010 1011001 11000 101100010 1100001 100111

Color Harmonies of #C20316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20316

Black with #C20316

Text Example


Text Example

White with #C20316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20316; }

 p { color: rgb(194,3,22); }

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

background-color css

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

 a { background-color: rgb(194,3,22); }

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

border-color css

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

 span { border-color: rgb(194,3,22); }

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