Html Css Color HEX #C20319 Venetian Red

📋 copy color: '#C20319'

red 194 ◦ green 3 ◦ blue 25

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

Shades of Venetian Red #C20319

Tints of Venetian Red #C20319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.26%

R = 87.39%
G = 1.35%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C20319 (or 0xC20319) is known color: Venetian Red. HEX triplet: C2, 03 and 19. RGB value is (194,3,25). Sum of RGB (Red+Green+Blue) = 194+3+25=222 (29% of max value = 765). Red value is 194 (76.17% from 255 or 87.39% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 194 - color contains mainly: red. Hex color #C20319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20319 is #3DFCE6. Grayscale: #3E3E3E. Windows color (decimal): -4062439 or 1639362. OLE color: 1639362.

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

Color convert

RGB 194 3 25 -
CMYK 0 0.98 0.87 0.24
HSL 353.09º 0.97% 0.39% -
HSV(B) 353.09º 0.98% 0.76% -
XYZ 22.46 11.6 1.98 -
YUV 62.62 106.78 221.71 -
System Red Green Blue C M Y K H S L
Decimal 194 3 25 0 0.98 0.87 0.24 353.09 0.97 0.39
Hex C2 3 19 0 62 57 18 161 61 27
Octal 302 3 31 0 142 127 30 541 141 47
Binary 11000010 11 11001 0 1100010 1010111 11000 101100001 1100001 100111

Color Harmonies of #C20319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20319

Black with #C20319

Text Example


Text Example

White with #C20319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20319; }

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

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

background-color css

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

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

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

border-color css

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

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

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