Html Css Color HEX #C4011D Venetian Red

📋 copy color: '#C4011D'

red 196 ◦ green 1 ◦ blue 29

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

Shades of Venetian Red #C4011D

Tints of Venetian Red #C4011D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.83%

R = 86.73%
G = 0.44%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4011D (or 0xC4011D) is known color: Venetian Red. HEX triplet: C4, 01 and 1D. RGB value is (196,1,29). Sum of RGB (Red+Green+Blue) = 196+1+29=226 (29% of max value = 765). Red value is 196 (76.95% from 255 or 86.73% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 29 (11.72% from 255 or 12.83% from 226); Max value from RGB is 196 - color contains mainly: red. Hex color #C4011D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4011D is #3BFEE2. Grayscale: #3E3E3E. Windows color (decimal): -3931875 or 1900996. OLE color: 1900996.

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

Color convert

RGB 196 1 29 -
CMYK 0 0.99 0.85 0.23
HSL 351.38º 0.99% 0.39% -
HSV(B) 351.38º 0.99% 0.77% -
XYZ 23 11.85 2.24 -
YUV 62.5 109.1 223.22 -
System Red Green Blue C M Y K H S L
Decimal 196 1 29 0 0.99 0.85 0.23 351.38 0.99 0.39
Hex C4 1 1D 0 63 55 17 15F 63 27
Octal 304 1 35 0 143 125 27 537 143 47
Binary 11000100 1 11101 0 1100011 1010101 10111 101011111 1100011 100111

Color Harmonies of #C4011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4011D

Black with #C4011D

Text Example


Text Example

White with #C4011D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4011D; }

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

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

background-color css

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

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

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

border-color css

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

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

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