Html Css Color HEX #C40010 Venetian Red

📋 copy color: '#C40010'

red 196 ◦ green 0 ◦ blue 16

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

Shades of Venetian Red #C40010

Tints of Venetian Red #C40010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 16 (6.64% from 255) = 7.55%

R = 92.45%
G = 0%
B = 7.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C40010 (or 0xC40010) is known color: Venetian Red. HEX triplet: C4, 00 and 10. RGB value is (196,0,16). Sum of RGB (Red+Green+Blue) = 196+0+16=212 (28% of max value = 765). Red value is 196 (76.95% from 255 or 92.45% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 196 - color contains mainly: red. Hex color #C40010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40010 is #3BFFEF. Grayscale: #3C3C3C. Windows color (decimal): -3932144 or 1048772. OLE color: 1048772.

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

Color convert

RGB 196 0 16 -
CMYK 0 1 0.92 0.23
HSL 355.1º 1% 0.38% -
HSV(B) 355.1º 1% 0.77% -
XYZ 22.86 11.77 1.56 -
YUV 60.43 102.93 224.7 -
System Red Green Blue C M Y K H S L
Decimal 196 0 16 0 1 0.92 0.23 355.1 1 0.38
Hex C4 0 10 0 64 5C 17 163 64 26
Octal 304 0 20 0 144 134 27 543 144 46
Binary 11000100 0 10000 0 1100100 1011100 10111 101100011 1100100 100110

Color Harmonies of #C40010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40010

Black with #C40010

Text Example


Text Example

White with #C40010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40010; }

 p { color: rgb(196,0,16); }

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

background-color css

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

 a { background-color: rgb(196,0,16); }

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

border-color css

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

 span { border-color: rgb(196,0,16); }

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