Html Css Color HEX #C5012D Venetian Red

📋 copy color: '#C5012D'

red 197 ◦ green 1 ◦ blue 45

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

Shades of Venetian Red #C5012D

Tints of Venetian Red #C5012D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.52%

R = 81.07%
G = 0.41%
B = 18.52%

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

#C5012D (or 0xC5012D) is known color: Venetian Red. HEX triplet: C5, 01 and 2D. RGB value is (197,1,45). Sum of RGB (Red+Green+Blue) = 197+1+45=243 (32% of max value = 765). Red value is 197 (77.34% from 255 or 81.07% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 197 - color contains mainly: red. Hex color #C5012D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5012D is #3AFED2. Grayscale: #404040. Windows color (decimal): -3866323 or 2949573. OLE color: 2949573.

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

Color convert

RGB 197 1 45 -
CMYK 0 0.99 0.77 0.23
HSL 346.53º 0.99% 0.39% -
HSV(B) 346.53º 0.99% 0.77% -
XYZ 23.51 12.08 3.58 -
YUV 64.62 116.93 222.42 -
System Red Green Blue C M Y K H S L
Decimal 197 1 45 0 0.99 0.77 0.23 346.53 0.99 0.39
Hex C5 1 2D 0 63 4D 17 15B 63 27
Octal 305 1 55 0 143 115 27 533 143 47
Binary 11000101 1 101101 0 1100011 1001101 10111 101011011 1100011 100111

Color Harmonies of #C5012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5012D

Black with #C5012D

Text Example


Text Example

White with #C5012D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5012D; }

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

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

background-color css

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

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

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

border-color css

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

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

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