Html Css Color HEX #C40001 Venetian Red

📋 copy color: '#C40001'

red 196 ◦ green 0 ◦ blue 1

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

Shades of Venetian Red #C40001

Tints of Venetian Red #C40001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 99.49%
G = 0%
B = 0.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C40001 (or 0xC40001) is known color: Venetian Red. HEX triplet: C4, 00 and 01. RGB value is (196,0,1). Sum of RGB (Red+Green+Blue) = 196+0+1=197 (26% of max value = 765). Red value is 196 (76.95% from 255 or 99.49% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 196 - color contains mainly: red. Hex color #C40001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40001 is #3BFFFE. Grayscale: #3A3A3A. Windows color (decimal): -3932159 or 65732. OLE color: 65732.

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

Color convert

RGB 196 0 1 -
CMYK 0 1 0.99 0.23
HSL 359.69º 1% 0.38% -
HSV(B) 359.69º 1% 0.77% -
XYZ 22.77 11.74 1.09 -
YUV 58.72 95.43 225.92 -
System Red Green Blue C M Y K H S L
Decimal 196 0 1 0 1 0.99 0.23 359.69 1 0.38
Hex C4 0 1 0 64 63 17 168 64 26
Octal 304 0 1 0 144 143 27 550 144 46
Binary 11000100 0 1 0 1100100 1100011 10111 101101000 1100100 100110

Color Harmonies of #C40001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40001

Black with #C40001

Text Example


Text Example

White with #C40001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40001; }

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

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

background-color css

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

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

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

border-color css

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

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

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