Html Css Color HEX #C40310 Venetian Red

📋 copy color: '#C40310'

red 196 ◦ green 3 ◦ blue 16

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

Shades of Venetian Red #C40310

Tints of Venetian Red #C40310

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.4%

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

R = 91.16%
G = 1.4%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C40310 (or 0xC40310) is known color: Venetian Red. HEX triplet: C4, 03 and 10. RGB value is (196,3,16). Sum of RGB (Red+Green+Blue) = 196+3+16=215 (28% of max value = 765). Red value is 196 (76.95% from 255 or 91.16% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 196 - color contains mainly: red. Hex color #C40310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40310 is #3BFCEF. Grayscale: #3E3E3E. Windows color (decimal): -3931376 or 1049540. OLE color: 1049540.

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

Color convert

RGB 196 3 16 -
CMYK 0 0.98 0.92 0.23
HSL 355.96º 0.97% 0.39% -
HSV(B) 355.96º 0.98% 0.77% -
XYZ 22.89 11.84 1.57 -
YUV 62.19 101.94 223.44 -
System Red Green Blue C M Y K H S L
Decimal 196 3 16 0 0.98 0.92 0.23 355.96 0.97 0.39
Hex C4 3 10 0 62 5C 17 164 61 27
Octal 304 3 20 0 142 134 27 544 141 47
Binary 11000100 11 10000 0 1100010 1011100 10111 101100100 1100001 100111

Color Harmonies of #C40310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40310

Black with #C40310

Text Example


Text Example

White with #C40310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40310; }

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

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

background-color css

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

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

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

border-color css

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

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

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