Html Css Color HEX #C40407 Venetian Red

📋 copy color: '#C40407'

red 196 ◦ green 4 ◦ blue 7

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

Shades of Venetian Red #C40407

Tints of Venetian Red #C40407

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.93%

 BLUE value IS 7 (3.13% from 255) = 3.38%

R = 94.69%
G = 1.93%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C40407 (or 0xC40407) is known color: Venetian Red. HEX triplet: C4, 04 and 07. RGB value is (196,4,7). Sum of RGB (Red+Green+Blue) = 196+4+7=207 (27% of max value = 765). Red value is 196 (76.95% from 255 or 94.69% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 7 (3.12% from 255 or 3.38% from 207); Max value from RGB is 196 - color contains mainly: red. Hex color #C40407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40407 is #3BFBF8. Grayscale: #3D3D3D. Windows color (decimal): -3931129 or 459972. OLE color: 459972.

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

Color convert

RGB 196 4 7 -
CMYK 0 0.98 0.96 0.23
HSL 359.06º 0.96% 0.39% -
HSV(B) 359.06º 0.98% 0.77% -
XYZ 22.85 11.84 1.28 -
YUV 61.75 97.11 223.76 -
System Red Green Blue C M Y K H S L
Decimal 196 4 7 0 0.98 0.96 0.23 359.06 0.96 0.39
Hex C4 4 7 0 62 60 17 167 60 27
Octal 304 4 7 0 142 140 27 547 140 47
Binary 11000100 100 111 0 1100010 1100000 10111 101100111 1100000 100111

Color Harmonies of #C40407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40407

Black with #C40407

Text Example


Text Example

White with #C40407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40407; }

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

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

background-color css

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

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

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

border-color css

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

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

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