Html Css Color HEX #C40107 Venetian Red

📋 copy color: '#C40107'

red 196 ◦ green 1 ◦ blue 7

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

Shades of Venetian Red #C40107

Tints of Venetian Red #C40107

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 96.08%
G = 0.49%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C40107 (or 0xC40107) is known color: Venetian Red. HEX triplet: C4, 01 and 07. RGB value is (196,1,7). Sum of RGB (Red+Green+Blue) = 196+1+7=204 (27% of max value = 765). Red value is 196 (76.95% from 255 or 96.08% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 7 (3.12% from 255 or 3.43% from 204); Max value from RGB is 196 - color contains mainly: red. Hex color #C40107 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40107 is #3BFEF8. Grayscale: #3C3C3C. Windows color (decimal): -3931897 or 459204. OLE color: 459204.

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

Color convert

RGB 196 1 7 -
CMYK 0 0.99 0.96 0.23
HSL 358.15º 0.99% 0.39% -
HSV(B) 358.15º 0.99% 0.77% -
XYZ 22.81 11.77 1.27 -
YUV 59.99 98.1 225.01 -
System Red Green Blue C M Y K H S L
Decimal 196 1 7 0 0.99 0.96 0.23 358.15 0.99 0.39
Hex C4 1 7 0 63 60 17 166 63 27
Octal 304 1 7 0 143 140 27 546 143 47
Binary 11000100 1 111 0 1100011 1100000 10111 101100110 1100011 100111

Color Harmonies of #C40107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40107

Black with #C40107

Text Example


Text Example

White with #C40107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40107; }

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

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

background-color css

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

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

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

border-color css

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

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

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