Html Css Color HEX #C50109 Venetian Red

📋 copy color: '#C50109'

red 197 ◦ green 1 ◦ blue 9

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

Shades of Venetian Red #C50109

Tints of Venetian Red #C50109

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

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

R = 95.17%
G = 0.48%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C50109 (or 0xC50109) is known color: Venetian Red. HEX triplet: C5, 01 and 09. RGB value is (197,1,9). Sum of RGB (Red+Green+Blue) = 197+1+9=207 (27% of max value = 765). Red value is 197 (77.34% from 255 or 95.17% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 9 (3.91% from 255 or 4.35% from 207); Max value from RGB is 197 - color contains mainly: red. Hex color #C50109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50109 is #3AFEF6. Grayscale: #3C3C3C. Windows color (decimal): -3866359 or 590277. OLE color: 590277.

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

Color convert

RGB 197 1 9 -
CMYK 0 0.99 0.95 0.23
HSL 357.55º 0.99% 0.39% -
HSV(B) 357.55º 0.99% 0.77% -
XYZ 23.09 11.91 1.34 -
YUV 60.52 98.93 225.35 -
System Red Green Blue C M Y K H S L
Decimal 197 1 9 0 0.99 0.95 0.23 357.55 0.99 0.39
Hex C5 1 9 0 63 5F 17 166 63 27
Octal 305 1 11 0 143 137 27 546 143 47
Binary 11000101 1 1001 0 1100011 1011111 10111 101100110 1100011 100111

Color Harmonies of #C50109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50109

Black with #C50109

Text Example


Text Example

White with #C50109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50109; }

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

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

background-color css

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

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

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

border-color css

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

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

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