Html Css Color HEX #C50003 Venetian Red

📋 copy color: '#C50003'

red 197 ◦ green 0 ◦ blue 3

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

Shades of Venetian Red #C50003

Tints of Venetian Red #C50003

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 3 (1.56% from 255) = 1.5%

R = 98.5%
G = 0%
B = 1.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C50003 (or 0xC50003) is known color: Venetian Red. HEX triplet: C5, 00 and 03. RGB value is (197,0,3). Sum of RGB (Red+Green+Blue) = 197+0+3=200 (26% of max value = 765). Red value is 197 (77.34% from 255 or 98.5% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 3 (1.56% from 255 or 1.5% from 200); Max value from RGB is 197 - color contains mainly: red. Hex color #C50003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50003 is #3AFFFC. Grayscale: #3B3B3B. Windows color (decimal): -3866621 or 196805. OLE color: 196805.

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

Color convert

RGB 197 0 3 -
CMYK 0 1 0.98 0.23
HSL 359.09º 1% 0.39% -
HSV(B) 359.09º 1% 0.77% -
XYZ 23.04 11.88 1.16 -
YUV 59.25 96.27 226.26 -
System Red Green Blue C M Y K H S L
Decimal 197 0 3 0 1 0.98 0.23 359.09 1 0.39
Hex C5 0 3 0 64 62 17 167 64 27
Octal 305 0 3 0 144 142 27 547 144 47
Binary 11000101 0 11 0 1100100 1100010 10111 101100111 1100100 100111

Color Harmonies of #C50003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50003

Black with #C50003

Text Example


Text Example

White with #C50003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50003; }

 p { color: rgb(197,0,3); }

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

background-color css

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

 a { background-color: rgb(197,0,3); }

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

border-color css

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

 span { border-color: rgb(197,0,3); }

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