Html Css Color HEX #C7011A Venetian Red

📋 copy color: '#C7011A'

red 199 ◦ green 1 ◦ blue 26

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

Shades of Venetian Red #C7011A

Tints of Venetian Red #C7011A

RGB

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

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

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

R = 88.05%
G = 0.44%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C7011A (or 0xC7011A) is known color: Venetian Red. HEX triplet: C7, 01 and 1A. RGB value is (199,1,26). Sum of RGB (Red+Green+Blue) = 199+1+26=226 (29% of max value = 765). Red value is 199 (78.12% from 255 or 88.05% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 199 - color contains mainly: red. Hex color #C7011A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7011A is #38FEE5. Grayscale: #3F3F3F. Windows color (decimal): -3735270 or 1704391. OLE color: 1704391.

HSL color Cylindrical-coordinate representation of color #C7011A: hue angle of 352.42º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7011A is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 1 26 -
CMYK 0 0.99 0.87 0.22
HSL 352.42º 0.99% 0.39% -
HSV(B) 352.42º 0.99% 0.78% -
XYZ 23.75 12.24 2.09 -
YUV 63.05 107.1 224.97 -
System Red Green Blue C M Y K H S L
Decimal 199 1 26 0 0.99 0.87 0.22 352.42 0.99 0.39
Hex C7 1 1A 0 63 57 16 160 63 27
Octal 307 1 32 0 143 127 26 540 143 47
Binary 11000111 1 11010 0 1100011 1010111 10110 101100000 1100011 100111

Color Harmonies of #C7011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7011A

Black with #C7011A

Text Example


Text Example

White with #C7011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7011A; }

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

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

background-color css

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

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

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

border-color css

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

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

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