Html Css Color HEX #C5012C Venetian Red

📋 copy color: '#C5012C'

red 197 ◦ green 1 ◦ blue 44

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

Shades of Venetian Red #C5012C

Tints of Venetian Red #C5012C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.18%

R = 81.4%
G = 0.41%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5012C (or 0xC5012C) is known color: Venetian Red. HEX triplet: C5, 01 and 2C. RGB value is (197,1,44). Sum of RGB (Red+Green+Blue) = 197+1+44=242 (32% of max value = 765). Red value is 197 (77.34% from 255 or 81.40% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 197 - color contains mainly: red. Hex color #C5012C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5012C is #3AFED3. Grayscale: #404040. Windows color (decimal): -3866324 or 2884037. OLE color: 2884037.

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

Color convert

RGB 197 1 44 -
CMYK 0 0.99 0.78 0.23
HSL 346.84º 0.99% 0.39% -
HSV(B) 346.84º 0.99% 0.77% -
XYZ 23.49 12.07 3.48 -
YUV 64.51 116.43 222.5 -
System Red Green Blue C M Y K H S L
Decimal 197 1 44 0 0.99 0.78 0.23 346.84 0.99 0.39
Hex C5 1 2C 0 63 4E 17 15B 63 27
Octal 305 1 54 0 143 116 27 533 143 47
Binary 11000101 1 101100 0 1100011 1001110 10111 101011011 1100011 100111

Color Harmonies of #C5012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5012C

Black with #C5012C

Text Example


Text Example

White with #C5012C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5012C; }

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

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

background-color css

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

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

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

border-color css

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

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

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