Html Css Color HEX #C4011E Venetian Red

📋 copy color: '#C4011E'

red 196 ◦ green 1 ◦ blue 30

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

Shades of Venetian Red #C4011E

Tints of Venetian Red #C4011E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.22%

R = 86.34%
G = 0.44%
B = 13.22%

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

#C4011E (or 0xC4011E) is known color: Venetian Red. HEX triplet: C4, 01 and 1E. RGB value is (196,1,30). Sum of RGB (Red+Green+Blue) = 196+1+30=227 (30% of max value = 765). Red value is 196 (76.95% from 255 or 86.34% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 196 - color contains mainly: red. Hex color #C4011E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4011E is #3BFEE1. Grayscale: #3E3E3E. Windows color (decimal): -3931874 or 1966532. OLE color: 1966532.

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

Color convert

RGB 196 1 30 -
CMYK 0 0.99 0.85 0.23
HSL 351.08º 0.99% 0.39% -
HSV(B) 351.08º 0.99% 0.77% -
XYZ 23.01 11.85 2.3 -
YUV 62.61 109.6 223.14 -
System Red Green Blue C M Y K H S L
Decimal 196 1 30 0 0.99 0.85 0.23 351.08 0.99 0.39
Hex C4 1 1E 0 63 55 17 15F 63 27
Octal 304 1 36 0 143 125 27 537 143 47
Binary 11000100 1 11110 0 1100011 1010101 10111 101011111 1100011 100111

Color Harmonies of #C4011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4011E

Black with #C4011E

Text Example


Text Example

White with #C4011E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4011E; }

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

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

background-color css

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

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

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

border-color css

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

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

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