Html Css Color HEX #C50207 Venetian Red

📋 copy color: '#C50207'

red 197 ◦ green 2 ◦ blue 7

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

Shades of Venetian Red #C50207

Tints of Venetian Red #C50207

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.97%

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

R = 95.63%
G = 0.97%
B = 3.4%

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

#C50207 (or 0xC50207) is known color: Venetian Red. HEX triplet: C5, 02 and 07. RGB value is (197,2,7). Sum of RGB (Red+Green+Blue) = 197+2+7=206 (27% of max value = 765). Red value is 197 (77.34% from 255 or 95.63% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 7 (3.12% from 255 or 3.40% from 206); Max value from RGB is 197 - color contains mainly: red. Hex color #C50207 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50207 is #3AFDF8. Grayscale: #3D3D3D. Windows color (decimal): -3866105 or 459461. OLE color: 459461.

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

Color convert

RGB 197 2 7 -
CMYK 0 0.99 0.96 0.23
HSL 358.46º 0.98% 0.39% -
HSV(B) 358.46º 0.99% 0.77% -
XYZ 23.09 11.93 1.29 -
YUV 60.88 97.6 225.09 -
System Red Green Blue C M Y K H S L
Decimal 197 2 7 0 0.99 0.96 0.23 358.46 0.98 0.39
Hex C5 2 7 0 63 60 17 166 62 27
Octal 305 2 7 0 143 140 27 546 142 47
Binary 11000101 10 111 0 1100011 1100000 10111 101100110 1100010 100111

Color Harmonies of #C50207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50207

Black with #C50207

Text Example


Text Example

White with #C50207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50207; }

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

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

background-color css

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

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

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

border-color css

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

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

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