Html Css Color HEX #C50407 Venetian Red

📋 copy color: '#C50407'

red 197 ◦ green 4 ◦ blue 7

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

Shades of Venetian Red #C50407

Tints of Venetian Red #C50407

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.92%

 BLUE value IS 7 (3.13% from 255) = 3.37%

R = 94.71%
G = 1.92%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C50407 (or 0xC50407) is known color: Venetian Red. HEX triplet: C5, 04 and 07. RGB value is (197,4,7). Sum of RGB (Red+Green+Blue) = 197+4+7=208 (27% of max value = 765). Red value is 197 (77.34% from 255 or 94.71% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 7 (3.12% from 255 or 3.37% from 208); Max value from RGB is 197 - color contains mainly: red. Hex color #C50407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50407 is #3AFBF8. Grayscale: #3E3E3E. Windows color (decimal): -3865593 or 459973. OLE color: 459973.

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

Color convert

RGB 197 4 7 -
CMYK 0 0.98 0.96 0.23
HSL 359.07º 0.96% 0.39% -
HSV(B) 359.07º 0.98% 0.77% -
XYZ 23.11 11.97 1.29 -
YUV 62.05 96.94 224.26 -
System Red Green Blue C M Y K H S L
Decimal 197 4 7 0 0.98 0.96 0.23 359.07 0.96 0.39
Hex C5 4 7 0 62 60 17 167 60 27
Octal 305 4 7 0 142 140 27 547 140 47
Binary 11000101 100 111 0 1100010 1100000 10111 101100111 1100000 100111

Color Harmonies of #C50407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50407

Black with #C50407

Text Example


Text Example

White with #C50407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50407; }

 p { color: rgb(197,4,7); }

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

background-color css

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

 a { background-color: rgb(197,4,7); }

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

border-color css

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

 span { border-color: rgb(197,4,7); }

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