Html Css Color HEX #C41318 Venetian Red

📋 copy color: '#C41318'

red 196 ◦ green 19 ◦ blue 24

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

Shades of Venetian Red #C41318

Tints of Venetian Red #C41318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.95%

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

R = 82.01%
G = 7.95%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C41318 (or 0xC41318) is known color: Venetian Red. HEX triplet: C4, 13 and 18. RGB value is (196,19,24). Sum of RGB (Red+Green+Blue) = 196+19+24=239 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.01% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 24 (9.77% from 255 or 10.04% from 239); Max value from RGB is 196 - color contains mainly: red. Hex color #C41318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41318 is #3BECE7. Grayscale: #484848. Windows color (decimal): -3927272 or 1577924. OLE color: 1577924.

HSL color Cylindrical-coordinate representation of color #C41318: hue angle of 358.31º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C41318 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 19 24 -
CMYK 0 0.90 0.88 0.23
HSL 358.31º 0.82% 0.42% -
HSV(B) 358.31º 0.9% 0.77% -
XYZ 23.16 12.27 2.01 -
YUV 72.49 100.64 216.09 -
System Red Green Blue C M Y K H S L
Decimal 196 19 24 0 0.90 0.88 0.23 358.31 0.82 0.42
Hex C4 13 18 0 5A 58 17 166 52 2A
Octal 304 23 30 0 132 130 27 546 122 52
Binary 11000100 10011 11000 0 1011010 1011000 10111 101100110 1010010 101010

Color Harmonies of #C41318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41318

Black with #C41318

Text Example


Text Example

White with #C41318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41318; }

 p { color: rgb(196,19,24); }

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

background-color css

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

 a { background-color: rgb(196,19,24); }

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

border-color css

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

 span { border-color: rgb(196,19,24); }

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