Html Css Color HEX #C5091C Venetian Red

📋 copy color: '#C5091C'

red 197 ◦ green 9 ◦ blue 28

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

Shades of Venetian Red #C5091C

Tints of Venetian Red #C5091C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.97%

R = 84.19%
G = 3.85%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5091C (or 0xC5091C) is known color: Venetian Red. HEX triplet: C5, 09 and 1C. RGB value is (197,9,28). Sum of RGB (Red+Green+Blue) = 197+9+28=234 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.19% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 197 - color contains mainly: red. Hex color #C5091C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5091C is #3AF6E3. Grayscale: #434343. Windows color (decimal): -3864292 or 1837509. OLE color: 1837509.

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

Color convert

RGB 197 9 28 -
CMYK 0 0.95 0.86 0.23
HSL 353.94º 0.91% 0.4% -
HSV(B) 353.94º 0.95% 0.77% -
XYZ 23.33 12.15 2.21 -
YUV 67.38 105.78 220.46 -
System Red Green Blue C M Y K H S L
Decimal 197 9 28 0 0.95 0.86 0.23 353.94 0.91 0.4
Hex C5 9 1C 0 5F 56 17 162 5B 28
Octal 305 11 34 0 137 126 27 542 133 50
Binary 11000101 1001 11100 0 1011111 1010110 10111 101100010 1011011 101000

Color Harmonies of #C5091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5091C

Black with #C5091C

Text Example


Text Example

White with #C5091C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5091C; }

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

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

background-color css

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

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

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

border-color css

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

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

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