Html Css Color HEX #C4101A Venetian Red

📋 copy color: '#C4101A'

red 196 ◦ green 16 ◦ blue 26

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

Shades of Venetian Red #C4101A

Tints of Venetian Red #C4101A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.72%

 BLUE value IS 26 (10.55% from 255) = 10.92%

R = 82.35%
G = 6.72%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4101A (or 0xC4101A) is known color: Venetian Red. HEX triplet: C4, 10 and 1A. RGB value is (196,16,26). Sum of RGB (Red+Green+Blue) = 196+16+26=238 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.35% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 26 (10.55% from 255 or 10.92% from 238); Max value from RGB is 196 - color contains mainly: red. Hex color #C4101A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4101A is #3BEFE5. Grayscale: #474747. Windows color (decimal): -3928038 or 1708228. OLE color: 1708228.

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

Color convert

RGB 196 16 26 -
CMYK 0 0.92 0.87 0.23
HSL 356.67º 0.85% 0.42% -
HSV(B) 356.67º 0.92% 0.77% -
XYZ 23.14 12.18 2.11 -
YUV 70.96 102.63 217.19 -
System Red Green Blue C M Y K H S L
Decimal 196 16 26 0 0.92 0.87 0.23 356.67 0.85 0.42
Hex C4 10 1A 0 5C 57 17 165 55 2A
Octal 304 20 32 0 134 127 27 545 125 52
Binary 11000100 10000 11010 0 1011100 1010111 10111 101100101 1010101 101010

Color Harmonies of #C4101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4101A

Black with #C4101A

Text Example


Text Example

White with #C4101A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4101A; }

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

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

background-color css

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

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

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

border-color css

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

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

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