Html Css Color HEX #C7012F Venetian Red

📋 copy color: '#C7012F'

red 199 ◦ green 1 ◦ blue 47

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

Shades of Venetian Red #C7012F

Tints of Venetian Red #C7012F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.03%

R = 80.57%
G = 0.4%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C7012F (or 0xC7012F) is known color: Venetian Red. HEX triplet: C7, 01 and 2F. RGB value is (199,1,47). Sum of RGB (Red+Green+Blue) = 199+1+47=247 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.57% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 199 - color contains mainly: red. Hex color #C7012F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7012F is #38FED0. Grayscale: #414141. Windows color (decimal): -3735249 or 3080647. OLE color: 3080647.

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

Color convert

RGB 199 1 47 -
CMYK 0 0.99 0.76 0.22
HSL 346.06º 0.99% 0.39% -
HSV(B) 346.06º 0.99% 0.78% -
XYZ 24.08 12.37 3.81 -
YUV 65.45 117.6 223.26 -
System Red Green Blue C M Y K H S L
Decimal 199 1 47 0 0.99 0.76 0.22 346.06 0.99 0.39
Hex C7 1 2F 0 63 4C 16 15A 63 27
Octal 307 1 57 0 143 114 26 532 143 47
Binary 11000111 1 101111 0 1100011 1001100 10110 101011010 1100011 100111

Color Harmonies of #C7012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7012F

Black with #C7012F

Text Example


Text Example

White with #C7012F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7012F; }

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

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

background-color css

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

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

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

border-color css

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

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

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