Html Css Color HEX #C50019 Venetian Red

📋 copy color: '#C50019'

red 197 ◦ green 0 ◦ blue 25

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

Shades of Venetian Red #C50019

Tints of Venetian Red #C50019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.26%

R = 88.74%
G = 0%
B = 11.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C50019 (or 0xC50019) is known color: Venetian Red. HEX triplet: C5, 00 and 19. RGB value is (197,0,25). Sum of RGB (Red+Green+Blue) = 197+0+25=222 (29% of max value = 765). Red value is 197 (77.34% from 255 or 88.74% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 197 - color contains mainly: red. Hex color #C50019 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50019 is #3AFFE6. Grayscale: #3D3D3D. Windows color (decimal): -3866599 or 1638597. OLE color: 1638597.

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

Color convert

RGB 197 0 25 -
CMYK 0 1 0.87 0.23
HSL 352.39º 1% 0.39% -
HSV(B) 352.39º 1% 0.77% -
XYZ 23.2 11.94 2 -
YUV 61.75 107.27 224.47 -
System Red Green Blue C M Y K H S L
Decimal 197 0 25 0 1 0.87 0.23 352.39 1 0.39
Hex C5 0 19 0 64 57 17 160 64 27
Octal 305 0 31 0 144 127 27 540 144 47
Binary 11000101 0 11001 0 1100100 1010111 10111 101100000 1100100 100111

Color Harmonies of #C50019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50019

Black with #C50019

Text Example


Text Example

White with #C50019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50019; }

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

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

background-color css

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

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

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

border-color css

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

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

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