Html Css Color HEX #C40319 Venetian Red

📋 copy color: '#C40319'

red 196 ◦ green 3 ◦ blue 25

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

Shades of Venetian Red #C40319

Tints of Venetian Red #C40319

RGB

 RED value IS 196 (76.95% from 255) = 87.5%

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

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

R = 87.5%
G = 1.34%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C40319 (or 0xC40319) is known color: Venetian Red. HEX triplet: C4, 03 and 19. RGB value is (196,3,25). Sum of RGB (Red+Green+Blue) = 196+3+25=224 (29% of max value = 765). Red value is 196 (76.95% from 255 or 87.5% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 196 - color contains mainly: red. Hex color #C40319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40319 is #3BFCE6. Grayscale: #3F3F3F. Windows color (decimal): -3931367 or 1639364. OLE color: 1639364.

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

Color convert

RGB 196 3 25 -
CMYK 0 0.98 0.87 0.23
HSL 353.16º 0.97% 0.39% -
HSV(B) 353.16º 0.98% 0.77% -
XYZ 22.97 11.87 2 -
YUV 63.22 106.44 222.71 -
System Red Green Blue C M Y K H S L
Decimal 196 3 25 0 0.98 0.87 0.23 353.16 0.97 0.39
Hex C4 3 19 0 62 57 17 161 61 27
Octal 304 3 31 0 142 127 27 541 141 47
Binary 11000100 11 11001 0 1100010 1010111 10111 101100001 1100001 100111

Color Harmonies of #C40319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40319

Black with #C40319

Text Example


Text Example

White with #C40319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40319; }

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

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

background-color css

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

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

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

border-color css

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

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

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