Html Css Color HEX #C50002 Venetian Red

📋 copy color: '#C50002'

red 197 ◦ green 0 ◦ blue 2

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

Shades of Venetian Red #C50002

Tints of Venetian Red #C50002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.01%

R = 98.99%
G = 0%
B = 1.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C50002 (or 0xC50002) is known color: Venetian Red. HEX triplet: C5, 00 and 02. RGB value is (197,0,2). Sum of RGB (Red+Green+Blue) = 197+0+2=199 (26% of max value = 765). Red value is 197 (77.34% from 255 or 98.99% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 197 - color contains mainly: red. Hex color #C50002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50002 is #3AFFFD. Grayscale: #3B3B3B. Windows color (decimal): -3866622 or 131269. OLE color: 131269.

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

Color convert

RGB 197 0 2 -
CMYK 0 1 0.99 0.23
HSL 359.39º 1% 0.39% -
HSV(B) 359.39º 1% 0.77% -
XYZ 23.04 11.87 1.14 -
YUV 59.13 95.77 226.34 -
System Red Green Blue C M Y K H S L
Decimal 197 0 2 0 1 0.99 0.23 359.39 1 0.39
Hex C5 0 2 0 64 63 17 167 64 27
Octal 305 0 2 0 144 143 27 547 144 47
Binary 11000101 0 10 0 1100100 1100011 10111 101100111 1100100 100111

Color Harmonies of #C50002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50002

Black with #C50002

Text Example


Text Example

White with #C50002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50002; }

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

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

background-color css

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

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

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

border-color css

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

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

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