Html Css Color HEX #C7040D Venetian Red

📋 copy color: '#C7040D'

red 199 ◦ green 4 ◦ blue 13

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

Shades of Venetian Red #C7040D

Tints of Venetian Red #C7040D

RGB

 RED value IS 199 (78.13% from 255) = 92.13%

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

 BLUE value IS 13 (5.47% from 255) = 6.02%

R = 92.13%
G = 1.85%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C7040D (or 0xC7040D) is known color: Venetian Red. HEX triplet: C7, 04 and 0D. RGB value is (199,4,13). Sum of RGB (Red+Green+Blue) = 199+4+13=216 (28% of max value = 765). Red value is 199 (78.12% from 255 or 92.13% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 13 (5.47% from 255 or 6.02% from 216); Max value from RGB is 199 - color contains mainly: red. Hex color #C7040D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7040D is #38FBF2. Grayscale: #3F3F3F. Windows color (decimal): -3734515 or 853191. OLE color: 853191.

HSL color Cylindrical-coordinate representation of color #C7040D: hue angle of 357.23º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C7040D is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 4 13 -
CMYK 0 0.98 0.93 0.22
HSL 357.23º 0.96% 0.4% -
HSV(B) 357.23º 0.98% 0.78% -
XYZ 23.67 12.26 1.5 -
YUV 63.33 99.6 224.77 -
System Red Green Blue C M Y K H S L
Decimal 199 4 13 0 0.98 0.93 0.22 357.23 0.96 0.4
Hex C7 4 D 0 62 5D 16 165 60 28
Octal 307 4 15 0 142 135 26 545 140 50
Binary 11000111 100 1101 0 1100010 1011101 10110 101100101 1100000 101000

Color Harmonies of #C7040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7040D

Black with #C7040D

Text Example


Text Example

White with #C7040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7040D; }

 p { color: rgb(199,4,13); }

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

background-color css

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

 a { background-color: rgb(199,4,13); }

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

border-color css

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

 span { border-color: rgb(199,4,13); }

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