Html Css Color HEX #C50103 Venetian Red

📋 copy color: '#C50103'

red 197 ◦ green 1 ◦ blue 3

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

Shades of Venetian Red #C50103

Tints of Venetian Red #C50103

RGB

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

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

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

R = 98.01%
G = 0.5%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C50103 (or 0xC50103) is known color: Venetian Red. HEX triplet: C5, 01 and 03. RGB value is (197,1,3). Sum of RGB (Red+Green+Blue) = 197+1+3=201 (26% of max value = 765). Red value is 197 (77.34% from 255 or 98.01% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 3 (1.56% from 255 or 1.49% from 201); Max value from RGB is 197 - color contains mainly: red. Hex color #C50103 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50103 is #3AFEFC. Grayscale: #3C3C3C. Windows color (decimal): -3866365 or 197061. OLE color: 197061.

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

Color convert

RGB 197 1 3 -
CMYK 0 0.99 0.98 0.23
HSL 359.39º 0.99% 0.39% -
HSV(B) 359.39º 0.99% 0.77% -
XYZ 23.05 11.9 1.17 -
YUV 59.83 95.93 225.84 -
System Red Green Blue C M Y K H S L
Decimal 197 1 3 0 0.99 0.98 0.23 359.39 0.99 0.39
Hex C5 1 3 0 63 62 17 167 63 27
Octal 305 1 3 0 143 142 27 547 143 47
Binary 11000101 1 11 0 1100011 1100010 10111 101100111 1100011 100111

Color Harmonies of #C50103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50103

Black with #C50103

Text Example


Text Example

White with #C50103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50103; }

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

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

background-color css

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

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

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

border-color css

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

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

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