Html Css Color HEX #C50809 Venetian Red

📋 copy color: '#C50809'

red 197 ◦ green 8 ◦ blue 9

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

Shades of Venetian Red #C50809

Tints of Venetian Red #C50809

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.74%

 BLUE value IS 9 (3.91% from 255) = 4.21%

R = 92.06%
G = 3.74%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C50809 (or 0xC50809) is known color: Venetian Red. HEX triplet: C5, 08 and 09. RGB value is (197,8,9). Sum of RGB (Red+Green+Blue) = 197+8+9=214 (28% of max value = 765). Red value is 197 (77.34% from 255 or 92.06% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 9 (3.91% from 255 or 4.21% from 214); Max value from RGB is 197 - color contains mainly: red. Hex color #C50809 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50809 is #3AF7F6. Grayscale: #404040. Windows color (decimal): -3864567 or 592069. OLE color: 592069.

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

Color convert

RGB 197 8 9 -
CMYK 0 0.96 0.95 0.23
HSL 359.68º 0.92% 0.4% -
HSV(B) 359.68º 0.96% 0.77% -
XYZ 23.16 12.06 1.37 -
YUV 64.63 96.62 222.42 -
System Red Green Blue C M Y K H S L
Decimal 197 8 9 0 0.96 0.95 0.23 359.68 0.92 0.4
Hex C5 8 9 0 60 5F 17 168 5C 28
Octal 305 10 11 0 140 137 27 550 134 50
Binary 11000101 1000 1001 0 1100000 1011111 10111 101101000 1011100 101000

Color Harmonies of #C50809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50809

Black with #C50809

Text Example


Text Example

White with #C50809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50809; }

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

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

background-color css

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

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

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

border-color css

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

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

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