Html Css Color HEX #C50507 Venetian Red

📋 copy color: '#C50507'

red 197 ◦ green 5 ◦ blue 7

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

Shades of Venetian Red #C50507

Tints of Venetian Red #C50507

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.39%

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

R = 94.26%
G = 2.39%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C50507 (or 0xC50507) is known color: Venetian Red. HEX triplet: C5, 05 and 07. RGB value is (197,5,7). Sum of RGB (Red+Green+Blue) = 197+5+7=209 (27% of max value = 765). Red value is 197 (77.34% from 255 or 94.26% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 7 (3.12% from 255 or 3.35% from 209); Max value from RGB is 197 - color contains mainly: red. Hex color #C50507 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50507 is #3AFAF8. Grayscale: #3E3E3E. Windows color (decimal): -3865337 or 460229. OLE color: 460229.

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

Color convert

RGB 197 5 7 -
CMYK 0 0.97 0.96 0.23
HSL 359.38º 0.95% 0.4% -
HSV(B) 359.38º 0.97% 0.77% -
XYZ 23.12 11.99 1.3 -
YUV 62.64 96.61 223.84 -
System Red Green Blue C M Y K H S L
Decimal 197 5 7 0 0.97 0.96 0.23 359.38 0.95 0.4
Hex C5 5 7 0 61 60 17 167 5F 28
Octal 305 5 7 0 141 140 27 547 137 50
Binary 11000101 101 111 0 1100001 1100000 10111 101100111 1011111 101000

Color Harmonies of #C50507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50507

Black with #C50507

Text Example


Text Example

White with #C50507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50507; }

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

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

background-color css

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

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

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

border-color css

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

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

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