Html Css Color HEX #C50107 Venetian Red

📋 copy color: '#C50107'

red 197 ◦ green 1 ◦ blue 7

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

Shades of Venetian Red #C50107

Tints of Venetian Red #C50107

RGB

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

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

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

R = 96.1%
G = 0.49%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C50107 (or 0xC50107) is known color: Venetian Red. HEX triplet: C5, 01 and 07. RGB value is (197,1,7). Sum of RGB (Red+Green+Blue) = 197+1+7=205 (27% of max value = 765). Red value is 197 (77.34% from 255 or 96.10% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 197 - color contains mainly: red. Hex color #C50107 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50107 is #3AFEF8. Grayscale: #3C3C3C. Windows color (decimal): -3866361 or 459205. OLE color: 459205.

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

Color convert

RGB 197 1 7 -
CMYK 0 0.99 0.96 0.23
HSL 358.16º 0.99% 0.39% -
HSV(B) 358.16º 0.99% 0.77% -
XYZ 23.08 11.91 1.28 -
YUV 60.29 97.93 225.51 -
System Red Green Blue C M Y K H S L
Decimal 197 1 7 0 0.99 0.96 0.23 358.16 0.99 0.39
Hex C5 1 7 0 63 60 17 166 63 27
Octal 305 1 7 0 143 140 27 546 143 47
Binary 11000101 1 111 0 1100011 1100000 10111 101100110 1100011 100111

Color Harmonies of #C50107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50107

Black with #C50107

Text Example


Text Example

White with #C50107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50107; }

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

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

background-color css

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

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

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

border-color css

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

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

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