Html Css Color HEX #C5012F Venetian Red

📋 copy color: '#C5012F'

red 197 ◦ green 1 ◦ blue 47

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

Shades of Venetian Red #C5012F

Tints of Venetian Red #C5012F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.18%

R = 80.41%
G = 0.41%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C5012F (or 0xC5012F) is known color: Venetian Red. HEX triplet: C5, 01 and 2F. RGB value is (197,1,47). Sum of RGB (Red+Green+Blue) = 197+1+47=245 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.41% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 197 - color contains mainly: red. Hex color #C5012F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5012F is #3AFED0. Grayscale: #404040. Windows color (decimal): -3866321 or 3080645. OLE color: 3080645.

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

Color convert

RGB 197 1 47 -
CMYK 0 0.99 0.76 0.23
HSL 345.92º 0.99% 0.39% -
HSV(B) 345.92º 0.99% 0.77% -
XYZ 23.55 12.1 3.78 -
YUV 64.85 117.93 222.26 -
System Red Green Blue C M Y K H S L
Decimal 197 1 47 0 0.99 0.76 0.23 345.92 0.99 0.39
Hex C5 1 2F 0 63 4C 17 15A 63 27
Octal 305 1 57 0 143 114 27 532 143 47
Binary 11000101 1 101111 0 1100011 1001100 10111 101011010 1100011 100111

Color Harmonies of #C5012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5012F

Black with #C5012F

Text Example


Text Example

White with #C5012F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5012F; }

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

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

background-color css

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

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

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

border-color css

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

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

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