Html Css Color HEX #C40106 Venetian Red

📋 copy color: '#C40106'

red 196 ◦ green 1 ◦ blue 6

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

Shades of Venetian Red #C40106

Tints of Venetian Red #C40106

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 6 (2.73% from 255) = 2.96%

R = 96.55%
G = 0.49%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C40106 (or 0xC40106) is known color: Venetian Red. HEX triplet: C4, 01 and 06. RGB value is (196,1,6). Sum of RGB (Red+Green+Blue) = 196+1+6=203 (26% of max value = 765). Red value is 196 (76.95% from 255 or 96.55% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 196 - color contains mainly: red. Hex color #C40106 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40106 is #3BFEF9. Grayscale: #3C3C3C. Windows color (decimal): -3931898 or 393668. OLE color: 393668.

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

Color convert

RGB 196 1 6 -
CMYK 0 0.99 0.97 0.23
HSL 358.46º 0.99% 0.39% -
HSV(B) 358.46º 0.99% 0.77% -
XYZ 22.81 11.77 1.24 -
YUV 59.88 97.6 225.09 -
System Red Green Blue C M Y K H S L
Decimal 196 1 6 0 0.99 0.97 0.23 358.46 0.99 0.39
Hex C4 1 6 0 63 61 17 166 63 27
Octal 304 1 6 0 143 141 27 546 143 47
Binary 11000100 1 110 0 1100011 1100001 10111 101100110 1100011 100111

Color Harmonies of #C40106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40106

Black with #C40106

Text Example


Text Example

White with #C40106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40106; }

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

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

background-color css

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

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

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

border-color css

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

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

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