Html Css Color HEX #C40311 Venetian Red

📋 copy color: '#C40311'

red 196 ◦ green 3 ◦ blue 17

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

Shades of Venetian Red #C40311

Tints of Venetian Red #C40311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.87%

R = 90.74%
G = 1.39%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C40311 (or 0xC40311) is known color: Venetian Red. HEX triplet: C4, 03 and 11. RGB value is (196,3,17). Sum of RGB (Red+Green+Blue) = 196+3+17=216 (28% of max value = 765). Red value is 196 (76.95% from 255 or 90.74% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 196 - color contains mainly: red. Hex color #C40311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40311 is #3BFCEE. Grayscale: #3E3E3E. Windows color (decimal): -3931375 or 1115076. OLE color: 1115076.

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

Color convert

RGB 196 3 17 -
CMYK 0 0.98 0.91 0.23
HSL 355.65º 0.97% 0.39% -
HSV(B) 355.65º 0.98% 0.77% -
XYZ 22.9 11.84 1.61 -
YUV 62.3 102.44 223.36 -
System Red Green Blue C M Y K H S L
Decimal 196 3 17 0 0.98 0.91 0.23 355.65 0.97 0.39
Hex C4 3 11 0 62 5B 17 164 61 27
Octal 304 3 21 0 142 133 27 544 141 47
Binary 11000100 11 10001 0 1100010 1011011 10111 101100100 1100001 100111

Color Harmonies of #C40311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40311

Black with #C40311

Text Example


Text Example

White with #C40311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40311; }

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

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

background-color css

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

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

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

border-color css

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

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

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