Html Css Color HEX #C5042D Venetian Red

📋 copy color: '#C5042D'

red 197 ◦ green 4 ◦ blue 45

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

Shades of Venetian Red #C5042D

Tints of Venetian Red #C5042D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.63%

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

R = 80.08%
G = 1.63%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5042D (or 0xC5042D) is known color: Venetian Red. HEX triplet: C5, 04 and 2D. RGB value is (197,4,45). Sum of RGB (Red+Green+Blue) = 197+4+45=246 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.08% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 197 - color contains mainly: red. Hex color #C5042D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5042D is #3AFBD2. Grayscale: #424242. Windows color (decimal): -3865555 or 2950341. OLE color: 2950341.

HSL color Cylindrical-coordinate representation of color #C5042D: hue angle of 347.25º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C5042D is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 4 45 -
CMYK 0 0.98 0.77 0.23
HSL 347.25º 0.96% 0.39% -
HSV(B) 347.25º 0.98% 0.77% -
XYZ 23.54 12.15 3.59 -
YUV 66.38 115.94 221.17 -
System Red Green Blue C M Y K H S L
Decimal 197 4 45 0 0.98 0.77 0.23 347.25 0.96 0.39
Hex C5 4 2D 0 62 4D 17 15B 60 27
Octal 305 4 55 0 142 115 27 533 140 47
Binary 11000101 100 101101 0 1100010 1001101 10111 101011011 1100000 100111

Color Harmonies of #C5042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5042D

Black with #C5042D

Text Example


Text Example

White with #C5042D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5042D; }

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

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

background-color css

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

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

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

border-color css

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

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

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