Html Css Color HEX #C7012C Venetian Red

📋 copy color: '#C7012C'

red 199 ◦ green 1 ◦ blue 44

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

Shades of Venetian Red #C7012C

Tints of Venetian Red #C7012C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.03%

R = 81.56%
G = 0.41%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7012C (or 0xC7012C) is known color: Venetian Red. HEX triplet: C7, 01 and 2C. RGB value is (199,1,44). Sum of RGB (Red+Green+Blue) = 199+1+44=244 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.56% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 199 - color contains mainly: red. Hex color #C7012C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7012C is #38FED3. Grayscale: #414141. Windows color (decimal): -3735252 or 2884039. OLE color: 2884039.

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

Color convert

RGB 199 1 44 -
CMYK 0 0.99 0.78 0.22
HSL 346.97º 0.99% 0.39% -
HSV(B) 346.97º 0.99% 0.78% -
XYZ 24.02 12.35 3.5 -
YUV 65.1 116.1 223.5 -
System Red Green Blue C M Y K H S L
Decimal 199 1 44 0 0.99 0.78 0.22 346.97 0.99 0.39
Hex C7 1 2C 0 63 4E 16 15B 63 27
Octal 307 1 54 0 143 116 26 533 143 47
Binary 11000111 1 101100 0 1100011 1001110 10110 101011011 1100011 100111

Color Harmonies of #C7012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7012C

Black with #C7012C

Text Example


Text Example

White with #C7012C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7012C; }

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

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

background-color css

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

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

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

border-color css

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

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

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