Html Css Color HEX #C4012E Venetian Red

📋 copy color: '#C4012E'

red 196 ◦ green 1 ◦ blue 46

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

Shades of Venetian Red #C4012E

Tints of Venetian Red #C4012E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.93%

R = 80.66%
G = 0.41%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4012E (or 0xC4012E) is known color: Venetian Red. HEX triplet: C4, 01 and 2E. RGB value is (196,1,46). Sum of RGB (Red+Green+Blue) = 196+1+46=243 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.66% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 196 - color contains mainly: red. Hex color #C4012E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4012E is #3BFED1. Grayscale: #404040. Windows color (decimal): -3931858 or 3015108. OLE color: 3015108.

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

Color convert

RGB 196 1 46 -
CMYK 0 0.99 0.77 0.23
HSL 346.15º 0.99% 0.39% -
HSV(B) 346.15º 0.99% 0.77% -
XYZ 23.27 11.95 3.67 -
YUV 64.44 117.6 221.84 -
System Red Green Blue C M Y K H S L
Decimal 196 1 46 0 0.99 0.77 0.23 346.15 0.99 0.39
Hex C4 1 2E 0 63 4D 17 15A 63 27
Octal 304 1 56 0 143 115 27 532 143 47
Binary 11000100 1 101110 0 1100011 1001101 10111 101011010 1100011 100111

Color Harmonies of #C4012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4012E

Black with #C4012E

Text Example


Text Example

White with #C4012E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4012E; }

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

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

background-color css

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

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

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

border-color css

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

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

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