Html Css Color HEX #C40105 Venetian Red

📋 copy color: '#C40105'

red 196 ◦ green 1 ◦ blue 5

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

Shades of Venetian Red #C40105

Tints of Venetian Red #C40105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.48%

R = 97.03%
G = 0.5%
B = 2.48%

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

#C40105 (or 0xC40105) is known color: Venetian Red. HEX triplet: C4, 01 and 05. RGB value is (196,1,5). Sum of RGB (Red+Green+Blue) = 196+1+5=202 (26% of max value = 765). Red value is 196 (76.95% from 255 or 97.03% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 5 (2.34% from 255 or 2.48% from 202); Max value from RGB is 196 - color contains mainly: red. Hex color #C40105 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40105 is #3BFEFA. Grayscale: #3B3B3B. Windows color (decimal): -3931899 or 328132. OLE color: 328132.

HSL color Cylindrical-coordinate representation of color #C40105: hue angle of 358.77º 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 #C40105 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 1 5 -
CMYK 0 0.99 0.97 0.23
HSL 358.77º 0.99% 0.39% -
HSV(B) 358.77º 0.99% 0.77% -
XYZ 22.8 11.77 1.21 -
YUV 59.76 97.1 225.17 -
System Red Green Blue C M Y K H S L
Decimal 196 1 5 0 0.99 0.97 0.23 358.77 0.99 0.39
Hex C4 1 5 0 63 61 17 167 63 27
Octal 304 1 5 0 143 141 27 547 143 47
Binary 11000100 1 101 0 1100011 1100001 10111 101100111 1100011 100111

Color Harmonies of #C40105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40105

Black with #C40105

Text Example


Text Example

White with #C40105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40105; }

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

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

background-color css

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

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

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

border-color css

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

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

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