Html Css Color HEX #C40205 Venetian Red

📋 copy color: '#C40205'

red 196 ◦ green 2 ◦ blue 5

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

Shades of Venetian Red #C40205

Tints of Venetian Red #C40205

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

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

R = 96.55%
G = 0.99%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C40205 (or 0xC40205) is known color: Venetian Red. HEX triplet: C4, 02 and 05. RGB value is (196,2,5). Sum of RGB (Red+Green+Blue) = 196+2+5=203 (26% of max value = 765). Red value is 196 (76.95% from 255 or 96.55% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 196 - color contains mainly: red. Hex color #C40205 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40205 is #3BFDFA. Grayscale: #3C3C3C. Windows color (decimal): -3931643 or 328388. OLE color: 328388.

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

Color convert

RGB 196 2 5 -
CMYK 0 0.99 0.97 0.23
HSL 359.07º 0.98% 0.39% -
HSV(B) 359.07º 0.99% 0.77% -
XYZ 22.81 11.79 1.22 -
YUV 60.35 96.77 224.76 -
System Red Green Blue C M Y K H S L
Decimal 196 2 5 0 0.99 0.97 0.23 359.07 0.98 0.39
Hex C4 2 5 0 63 61 17 167 62 27
Octal 304 2 5 0 143 141 27 547 142 47
Binary 11000100 10 101 0 1100011 1100001 10111 101100111 1100010 100111

Color Harmonies of #C40205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40205

Black with #C40205

Text Example


Text Example

White with #C40205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40205; }

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

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

background-color css

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

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

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

border-color css

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

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

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