Html Css Color HEX #C5091E Venetian Red

📋 copy color: '#C5091E'

red 197 ◦ green 9 ◦ blue 30

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

Shades of Venetian Red #C5091E

Tints of Venetian Red #C5091E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.71%

R = 83.47%
G = 3.81%
B = 12.71%

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

#C5091E (or 0xC5091E) is known color: Venetian Red. HEX triplet: C5, 09 and 1E. RGB value is (197,9,30). Sum of RGB (Red+Green+Blue) = 197+9+30=236 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.47% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 30 (12.11% from 255 or 12.71% from 236); Max value from RGB is 197 - color contains mainly: red. Hex color #C5091E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5091E is #3AF6E1. Grayscale: #434343. Windows color (decimal): -3864290 or 1968581. OLE color: 1968581.

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

Color convert

RGB 197 9 30 -
CMYK 0 0.95 0.85 0.23
HSL 353.3º 0.91% 0.4% -
HSV(B) 353.3º 0.95% 0.77% -
XYZ 23.36 12.16 2.34 -
YUV 67.61 106.78 220.29 -
System Red Green Blue C M Y K H S L
Decimal 197 9 30 0 0.95 0.85 0.23 353.3 0.91 0.4
Hex C5 9 1E 0 5F 55 17 161 5B 28
Octal 305 11 36 0 137 125 27 541 133 50
Binary 11000101 1001 11110 0 1011111 1010101 10111 101100001 1011011 101000

Color Harmonies of #C5091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5091E

Black with #C5091E

Text Example


Text Example

White with #C5091E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5091E; }

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

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

background-color css

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

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

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

border-color css

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

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

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