Html Css Color HEX #C50005 Venetian Red

📋 copy color: '#C50005'

red 197 ◦ green 0 ◦ blue 5

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

Shades of Venetian Red #C50005

Tints of Venetian Red #C50005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.48%

R = 97.52%
G = 0%
B = 2.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C50005 (or 0xC50005) is known color: Venetian Red. HEX triplet: C5, 00 and 05. RGB value is (197,0,5). Sum of RGB (Red+Green+Blue) = 197+0+5=202 (26% of max value = 765). Red value is 197 (77.34% from 255 or 97.52% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 5 (2.34% from 255 or 2.48% from 202); Max value from RGB is 197 - color contains mainly: red. Hex color #C50005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50005 is #3AFFFA. Grayscale: #3B3B3B. Windows color (decimal): -3866619 or 327877. OLE color: 327877.

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

Color convert

RGB 197 0 5 -
CMYK 0 1 0.97 0.23
HSL 358.48º 1% 0.39% -
HSV(B) 358.48º 1% 0.77% -
XYZ 23.05 11.88 1.22 -
YUV 59.47 97.27 226.09 -
System Red Green Blue C M Y K H S L
Decimal 197 0 5 0 1 0.97 0.23 358.48 1 0.39
Hex C5 0 5 0 64 61 17 166 64 27
Octal 305 0 5 0 144 141 27 546 144 47
Binary 11000101 0 101 0 1100100 1100001 10111 101100110 1100100 100111

Color Harmonies of #C50005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50005

Black with #C50005

Text Example


Text Example

White with #C50005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50005; }

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

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

background-color css

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

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

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

border-color css

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

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

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