Html Css Color HEX #C5012E Venetian Red

📋 copy color: '#C5012E'

red 197 ◦ green 1 ◦ blue 46

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

Shades of Venetian Red #C5012E

Tints of Venetian Red #C5012E

RGB

 RED value IS 197 (77.34% from 255) = 80.74%

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

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

R = 80.74%
G = 0.41%
B = 18.85%

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

#C5012E (or 0xC5012E) is known color: Venetian Red. HEX triplet: C5, 01 and 2E. RGB value is (197,1,46). Sum of RGB (Red+Green+Blue) = 197+1+46=244 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.74% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 46 (18.36% from 255 or 18.85% from 244); Max value from RGB is 197 - color contains mainly: red. Hex color #C5012E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5012E is #3AFED1. Grayscale: #404040. Windows color (decimal): -3866322 or 3015109. OLE color: 3015109.

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

Color convert

RGB 197 1 46 -
CMYK 0 0.99 0.77 0.23
HSL 346.22º 0.99% 0.39% -
HSV(B) 346.22º 0.99% 0.77% -
XYZ 23.53 12.09 3.68 -
YUV 64.73 117.43 222.34 -
System Red Green Blue C M Y K H S L
Decimal 197 1 46 0 0.99 0.77 0.23 346.22 0.99 0.39
Hex C5 1 2E 0 63 4D 17 15A 63 27
Octal 305 1 56 0 143 115 27 532 143 47
Binary 11000101 1 101110 0 1100011 1001101 10111 101011010 1100011 100111

Color Harmonies of #C5012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5012E

Black with #C5012E

Text Example


Text Example

White with #C5012E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5012E; }

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

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

background-color css

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

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

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

border-color css

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

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

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