Html Css Color HEX #C40613 Venetian Red

📋 copy color: '#C40613'

red 196 ◦ green 6 ◦ blue 19

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

Shades of Venetian Red #C40613

Tints of Venetian Red #C40613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.71%

 BLUE value IS 19 (7.81% from 255) = 8.6%

R = 88.69%
G = 2.71%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C40613 (or 0xC40613) is known color: Venetian Red. HEX triplet: C4, 06 and 13. RGB value is (196,6,19). Sum of RGB (Red+Green+Blue) = 196+6+19=221 (29% of max value = 765). Red value is 196 (76.95% from 255 or 88.69% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 196 - color contains mainly: red. Hex color #C40613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40613 is #3BF9EC. Grayscale: #404040. Windows color (decimal): -3930605 or 1246916. OLE color: 1246916.

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

Color convert

RGB 196 6 19 -
CMYK 0 0.97 0.90 0.23
HSL 355.89º 0.94% 0.4% -
HSV(B) 355.89º 0.97% 0.77% -
XYZ 22.95 11.91 1.71 -
YUV 64.29 102.45 221.94 -
System Red Green Blue C M Y K H S L
Decimal 196 6 19 0 0.97 0.90 0.23 355.89 0.94 0.4
Hex C4 6 13 0 61 5A 17 164 5E 28
Octal 304 6 23 0 141 132 27 544 136 50
Binary 11000100 110 10011 0 1100001 1011010 10111 101100100 1011110 101000

Color Harmonies of #C40613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40613

Black with #C40613

Text Example


Text Example

White with #C40613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40613; }

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

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

background-color css

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

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

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

border-color css

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

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

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