Html Css Color HEX #C50009 Venetian Red

📋 copy color: '#C50009'

red 197 ◦ green 0 ◦ blue 9

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

Shades of Venetian Red #C50009

Tints of Venetian Red #C50009

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 95.63%
G = 0%
B = 4.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C50009 (or 0xC50009) is known color: Venetian Red. HEX triplet: C5, 00 and 09. RGB value is (197,0,9). Sum of RGB (Red+Green+Blue) = 197+0+9=206 (27% of max value = 765). Red value is 197 (77.34% from 255 or 95.63% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 9 (3.91% from 255 or 4.37% from 206); Max value from RGB is 197 - color contains mainly: red. Hex color #C50009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50009 is #3AFFF6. Grayscale: #3C3C3C. Windows color (decimal): -3866615 or 590021. OLE color: 590021.

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

Color convert

RGB 197 0 9 -
CMYK 0 1 0.95 0.23
HSL 357.26º 1% 0.39% -
HSV(B) 357.26º 1% 0.77% -
XYZ 23.08 11.89 1.34 -
YUV 59.93 99.27 225.77 -
System Red Green Blue C M Y K H S L
Decimal 197 0 9 0 1 0.95 0.23 357.26 1 0.39
Hex C5 0 9 0 64 5F 17 165 64 27
Octal 305 0 11 0 144 137 27 545 144 47
Binary 11000101 0 1001 0 1100100 1011111 10111 101100101 1100100 100111

Color Harmonies of #C50009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50009

Black with #C50009

Text Example


Text Example

White with #C50009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50009; }

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

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

background-color css

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

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

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

border-color css

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

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

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