Html Css Color HEX #C40005 Venetian Red

📋 copy color: '#C40005'

red 196 ◦ green 0 ◦ blue 5

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

Shades of Venetian Red #C40005

Tints of Venetian Red #C40005

RGB

 RED value IS 196 (76.95% from 255) = 97.51%

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

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

R = 97.51%
G = 0%
B = 2.49%

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

#C40005 (or 0xC40005) is known color: Venetian Red. HEX triplet: C4, 00 and 05. RGB value is (196,0,5). Sum of RGB (Red+Green+Blue) = 196+0+5=201 (26% of max value = 765). Red value is 196 (76.95% from 255 or 97.51% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 5 (2.34% from 255 or 2.49% from 201); Max value from RGB is 196 - color contains mainly: red. Hex color #C40005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40005 is #3BFFFA. Grayscale: #3B3B3B. Windows color (decimal): -3932155 or 327876. OLE color: 327876.

HSL color Cylindrical-coordinate representation of color #C40005: hue angle of 358.47º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C40005 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 0 5 -
CMYK 0 1 0.97 0.23
HSL 358.47º 1% 0.38% -
HSV(B) 358.47º 1% 0.77% -
XYZ 22.79 11.75 1.21 -
YUV 59.17 97.43 225.59 -
System Red Green Blue C M Y K H S L
Decimal 196 0 5 0 1 0.97 0.23 358.47 1 0.38
Hex C4 0 5 0 64 61 17 166 64 26
Octal 304 0 5 0 144 141 27 546 144 46
Binary 11000100 0 101 0 1100100 1100001 10111 101100110 1100100 100110

Color Harmonies of #C40005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40005

Black with #C40005

Text Example


Text Example

White with #C40005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40005; }

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

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

background-color css

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

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

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

border-color css

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

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

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