Html Css Color HEX #C5091D Venetian Red

📋 copy color: '#C5091D'

red 197 ◦ green 9 ◦ blue 29

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

Shades of Venetian Red #C5091D

Tints of Venetian Red #C5091D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.83%

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

R = 83.83%
G = 3.83%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5091D (or 0xC5091D) is known color: Venetian Red. HEX triplet: C5, 09 and 1D. RGB value is (197,9,29). Sum of RGB (Red+Green+Blue) = 197+9+29=235 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.83% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 29 (11.72% from 255 or 12.34% from 235); Max value from RGB is 197 - color contains mainly: red. Hex color #C5091D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5091D is #3AF6E2. Grayscale: #434343. Windows color (decimal): -3864291 or 1903045. OLE color: 1903045.

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

Color convert

RGB 197 9 29 -
CMYK 0 0.95 0.85 0.23
HSL 353.62º 0.91% 0.4% -
HSV(B) 353.62º 0.95% 0.77% -
XYZ 23.35 12.15 2.28 -
YUV 67.49 106.28 220.37 -
System Red Green Blue C M Y K H S L
Decimal 197 9 29 0 0.95 0.85 0.23 353.62 0.91 0.4
Hex C5 9 1D 0 5F 55 17 162 5B 28
Octal 305 11 35 0 137 125 27 542 133 50
Binary 11000101 1001 11101 0 1011111 1010101 10111 101100010 1011011 101000

Color Harmonies of #C5091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5091D

Black with #C5091D

Text Example


Text Example

White with #C5091D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5091D; }

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

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

background-color css

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

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

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

border-color css

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

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

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