Html Css Color HEX #C7011D Venetian Red

📋 copy color: '#C7011D'

red 199 ◦ green 1 ◦ blue 29

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

Shades of Venetian Red #C7011D

Tints of Venetian Red #C7011D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.66%

R = 86.9%
G = 0.44%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C7011D (or 0xC7011D) is known color: Venetian Red. HEX triplet: C7, 01 and 1D. RGB value is (199,1,29). Sum of RGB (Red+Green+Blue) = 199+1+29=229 (30% of max value = 765). Red value is 199 (78.12% from 255 or 86.90% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 29 (11.72% from 255 or 12.66% from 229); Max value from RGB is 199 - color contains mainly: red. Hex color #C7011D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7011D is #38FEE2. Grayscale: #3F3F3F. Windows color (decimal): -3735267 or 1900999. OLE color: 1900999.

HSL color Cylindrical-coordinate representation of color #C7011D: hue angle of 351.52º 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 #C7011D is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 1 29 -
CMYK 0 0.99 0.85 0.22
HSL 351.52º 0.99% 0.39% -
HSV(B) 351.52º 0.99% 0.78% -
XYZ 23.79 12.25 2.27 -
YUV 63.39 108.6 224.72 -
System Red Green Blue C M Y K H S L
Decimal 199 1 29 0 0.99 0.85 0.22 351.52 0.99 0.39
Hex C7 1 1D 0 63 55 16 160 63 27
Octal 307 1 35 0 143 125 26 540 143 47
Binary 11000111 1 11101 0 1100011 1010101 10110 101100000 1100011 100111

Color Harmonies of #C7011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7011D

Black with #C7011D

Text Example


Text Example

White with #C7011D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7011D; }

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

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

background-color css

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

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

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

border-color css

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

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

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