Html Css Color HEX #C40110 Venetian Red

📋 copy color: '#C40110'

red 196 ◦ green 1 ◦ blue 16

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

Shades of Venetian Red #C40110

Tints of Venetian Red #C40110

RGB

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

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

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

R = 92.02%
G = 0.47%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C40110 (or 0xC40110) is known color: Venetian Red. HEX triplet: C4, 01 and 10. RGB value is (196,1,16). Sum of RGB (Red+Green+Blue) = 196+1+16=213 (28% of max value = 765). Red value is 196 (76.95% from 255 or 92.02% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 196 - color contains mainly: red. Hex color #C40110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40110 is #3BFEEF. Grayscale: #3D3D3D. Windows color (decimal): -3931888 or 1049028. OLE color: 1049028.

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

Color convert

RGB 196 1 16 -
CMYK 0 0.99 0.92 0.23
HSL 355.38º 0.99% 0.39% -
HSV(B) 355.38º 0.99% 0.77% -
XYZ 22.87 11.79 1.56 -
YUV 61.02 102.6 224.28 -
System Red Green Blue C M Y K H S L
Decimal 196 1 16 0 0.99 0.92 0.23 355.38 0.99 0.39
Hex C4 1 10 0 63 5C 17 163 63 27
Octal 304 1 20 0 143 134 27 543 143 47
Binary 11000100 1 10000 0 1100011 1011100 10111 101100011 1100011 100111

Color Harmonies of #C40110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40110

Black with #C40110

Text Example


Text Example

White with #C40110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40110; }

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

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

background-color css

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

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

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

border-color css

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

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

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