Html Css Color HEX #C5071D Venetian Red

📋 copy color: '#C5071D'

red 197 ◦ green 7 ◦ blue 29

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

Shades of Venetian Red #C5071D

Tints of Venetian Red #C5071D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3%

 BLUE value IS 29 (11.72% from 255) = 12.45%

R = 84.55%
G = 3%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5071D (or 0xC5071D) is known color: Venetian Red. HEX triplet: C5, 07 and 1D. RGB value is (197,7,29). Sum of RGB (Red+Green+Blue) = 197+7+29=233 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.55% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 29 (11.72% from 255 or 12.45% from 233); Max value from RGB is 197 - color contains mainly: red. Hex color #C5071D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5071D is #3AF8E2. Grayscale: #424242. Windows color (decimal): -3864803 or 1902533. OLE color: 1902533.

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

Color convert

RGB 197 7 29 -
CMYK 0 0.96 0.85 0.23
HSL 353.05º 0.93% 0.4% -
HSV(B) 353.05º 0.96% 0.77% -
XYZ 23.32 12.11 2.27 -
YUV 66.32 106.95 221.21 -
System Red Green Blue C M Y K H S L
Decimal 197 7 29 0 0.96 0.85 0.23 353.05 0.93 0.4
Hex C5 7 1D 0 60 55 17 161 5D 28
Octal 305 7 35 0 140 125 27 541 135 50
Binary 11000101 111 11101 0 1100000 1010101 10111 101100001 1011101 101000

Color Harmonies of #C5071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5071D

Black with #C5071D

Text Example


Text Example

White with #C5071D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5071D; }

 p { color: rgb(197,7,29); }

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

background-color css

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

 a { background-color: rgb(197,7,29); }

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

border-color css

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

 span { border-color: rgb(197,7,29); }

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