Html Css Color HEX #C50004 Venetian Red

📋 copy color: '#C50004'

red 197 ◦ green 0 ◦ blue 4

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

Shades of Venetian Red #C50004

Tints of Venetian Red #C50004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.99%

R = 98.01%
G = 0%
B = 1.99%

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

#C50004 (or 0xC50004) is known color: Venetian Red. HEX triplet: C5, 00 and 04. RGB value is (197,0,4). Sum of RGB (Red+Green+Blue) = 197+0+4=201 (26% of max value = 765). Red value is 197 (77.34% from 255 or 98.01% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 4 (1.95% from 255 or 1.99% from 201); Max value from RGB is 197 - color contains mainly: red. Hex color #C50004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50004 is #3AFFFB. Grayscale: #3B3B3B. Windows color (decimal): -3866620 or 262341. OLE color: 262341.

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

Color convert

RGB 197 0 4 -
CMYK 0 1 0.98 0.23
HSL 358.78º 1% 0.39% -
HSV(B) 358.78º 1% 0.77% -
XYZ 23.05 11.88 1.19 -
YUV 59.36 96.77 226.17 -
System Red Green Blue C M Y K H S L
Decimal 197 0 4 0 1 0.98 0.23 358.78 1 0.39
Hex C5 0 4 0 64 62 17 167 64 27
Octal 305 0 4 0 144 142 27 547 144 47
Binary 11000101 0 100 0 1100100 1100010 10111 101100111 1100100 100111

Color Harmonies of #C50004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50004

Black with #C50004

Text Example


Text Example

White with #C50004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50004; }

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

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

background-color css

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

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

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

border-color css

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

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

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