Html Css Color HEX #C7041A Venetian Red

📋 copy color: '#C7041A'

red 199 ◦ green 4 ◦ blue 26

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

Shades of Venetian Red #C7041A

Tints of Venetian Red #C7041A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.35%

R = 86.9%
G = 1.75%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C7041A (or 0xC7041A) is known color: Venetian Red. HEX triplet: C7, 04 and 1A. RGB value is (199,4,26). Sum of RGB (Red+Green+Blue) = 199+4+26=229 (30% of max value = 765). Red value is 199 (78.12% from 255 or 86.90% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 199 - color contains mainly: red. Hex color #C7041A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7041A is #38FBE5. Grayscale: #404040. Windows color (decimal): -3734502 or 1705159. OLE color: 1705159.

HSL color Cylindrical-coordinate representation of color #C7041A: hue angle of 353.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 #C7041A is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 4 26 -
CMYK 0 0.98 0.87 0.22
HSL 353.23º 0.96% 0.4% -
HSV(B) 353.23º 0.98% 0.78% -
XYZ 23.78 12.3 2.1 -
YUV 64.81 106.1 223.71 -
System Red Green Blue C M Y K H S L
Decimal 199 4 26 0 0.98 0.87 0.22 353.23 0.96 0.4
Hex C7 4 1A 0 62 57 16 161 60 28
Octal 307 4 32 0 142 127 26 541 140 50
Binary 11000111 100 11010 0 1100010 1010111 10110 101100001 1100000 101000

Color Harmonies of #C7041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7041A

Black with #C7041A

Text Example


Text Example

White with #C7041A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7041A; }

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

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

background-color css

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

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

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

border-color css

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

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

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