Html Css Color HEX #C4041A Venetian Red

📋 copy color: '#C4041A'

red 196 ◦ green 4 ◦ blue 26

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

Shades of Venetian Red #C4041A

Tints of Venetian Red #C4041A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.77%

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

R = 86.73%
G = 1.77%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4041A (or 0xC4041A) is known color: Venetian Red. HEX triplet: C4, 04 and 1A. RGB value is (196,4,26). Sum of RGB (Red+Green+Blue) = 196+4+26=226 (29% of max value = 765). Red value is 196 (76.95% from 255 or 86.73% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 196 - color contains mainly: red. Hex color #C4041A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4041A is #3BFBE5. Grayscale: #404040. Windows color (decimal): -3931110 or 1705156. OLE color: 1705156.

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

Color convert

RGB 196 4 26 -
CMYK 0 0.98 0.87 0.23
HSL 353.13º 0.96% 0.39% -
HSV(B) 353.13º 0.98% 0.77% -
XYZ 22.99 11.9 2.06 -
YUV 63.92 106.61 222.21 -
System Red Green Blue C M Y K H S L
Decimal 196 4 26 0 0.98 0.87 0.23 353.13 0.96 0.39
Hex C4 4 1A 0 62 57 17 161 60 27
Octal 304 4 32 0 142 127 27 541 140 47
Binary 11000100 100 11010 0 1100010 1010111 10111 101100001 1100000 100111

Color Harmonies of #C4041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4041A

Black with #C4041A

Text Example


Text Example

White with #C4041A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4041A; }

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

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

background-color css

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

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

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

border-color css

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

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

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