Html Css Color HEX #C40004 Venetian Red

📋 copy color: '#C40004'

red 196 ◦ green 0 ◦ blue 4

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

Shades of Venetian Red #C40004

Tints of Venetian Red #C40004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2%

R = 98%
G = 0%
B = 2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C40004 (or 0xC40004) is known color: Venetian Red. HEX triplet: C4, 00 and 04. RGB value is (196,0,4). Sum of RGB (Red+Green+Blue) = 196+0+4=200 (26% of max value = 765). Red value is 196 (76.95% from 255 or 98% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 4 (1.95% from 255 or 2% from 200); Max value from RGB is 196 - color contains mainly: red. Hex color #C40004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40004 is #3BFFFB. Grayscale: #3B3B3B. Windows color (decimal): -3932156 or 262340. OLE color: 262340.

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

Color convert

RGB 196 0 4 -
CMYK 0 1 0.98 0.23
HSL 358.78º 1% 0.38% -
HSV(B) 358.78º 1% 0.77% -
XYZ 22.79 11.74 1.18 -
YUV 59.06 96.93 225.67 -
System Red Green Blue C M Y K H S L
Decimal 196 0 4 0 1 0.98 0.23 358.78 1 0.38
Hex C4 0 4 0 64 62 17 167 64 26
Octal 304 0 4 0 144 142 27 547 144 46
Binary 11000100 0 100 0 1100100 1100010 10111 101100111 1100100 100110

Color Harmonies of #C40004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40004

Black with #C40004

Text Example


Text Example

White with #C40004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40004; }

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

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

background-color css

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

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

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

border-color css

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

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

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