Html Css Color HEX #C5090F Venetian Red

📋 copy color: '#C5090F'

red 197 ◦ green 9 ◦ blue 15

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

Shades of Venetian Red #C5090F

Tints of Venetian Red #C5090F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.79%

R = 89.14%
G = 4.07%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C5090F (or 0xC5090F) is known color: Venetian Red. HEX triplet: C5, 09 and 0F. RGB value is (197,9,15). Sum of RGB (Red+Green+Blue) = 197+9+15=221 (29% of max value = 765). Red value is 197 (77.34% from 255 or 89.14% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 197 - color contains mainly: red. Hex color #C5090F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5090F is #3AF6F0. Grayscale: #424242. Windows color (decimal): -3864305 or 985541. OLE color: 985541.

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

Color convert

RGB 197 9 15 -
CMYK 0 0.95 0.92 0.23
HSL 358.09º 0.91% 0.4% -
HSV(B) 358.09º 0.95% 0.77% -
XYZ 23.21 12.1 1.56 -
YUV 65.9 99.28 221.51 -
System Red Green Blue C M Y K H S L
Decimal 197 9 15 0 0.95 0.92 0.23 358.09 0.91 0.4
Hex C5 9 F 0 5F 5C 17 166 5B 28
Octal 305 11 17 0 137 134 27 546 133 50
Binary 11000101 1001 1111 0 1011111 1011100 10111 101100110 1011011 101000

Color Harmonies of #C5090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5090F

Black with #C5090F

Text Example


Text Example

White with #C5090F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5090F; }

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

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

background-color css

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

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

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

border-color css

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

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

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