Html Css Color HEX #C7012A Venetian Red

📋 copy color: '#C7012A'

red 199 ◦ green 1 ◦ blue 42

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

Shades of Venetian Red #C7012A

Tints of Venetian Red #C7012A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.36%

R = 82.23%
G = 0.41%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C7012A (or 0xC7012A) is known color: Venetian Red. HEX triplet: C7, 01 and 2A. RGB value is (199,1,42). Sum of RGB (Red+Green+Blue) = 199+1+42=242 (32% of max value = 765). Red value is 199 (78.12% from 255 or 82.23% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 199 - color contains mainly: red. Hex color #C7012A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7012A is #38FED5. Grayscale: #404040. Windows color (decimal): -3735254 or 2752967. OLE color: 2752967.

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

Color convert

RGB 199 1 42 -
CMYK 0 0.99 0.79 0.22
HSL 347.58º 0.99% 0.39% -
HSV(B) 347.58º 0.99% 0.78% -
XYZ 23.98 12.33 3.31 -
YUV 64.88 115.1 223.67 -
System Red Green Blue C M Y K H S L
Decimal 199 1 42 0 0.99 0.79 0.22 347.58 0.99 0.39
Hex C7 1 2A 0 63 4F 16 15C 63 27
Octal 307 1 52 0 143 117 26 534 143 47
Binary 11000111 1 101010 0 1100011 1001111 10110 101011100 1100011 100111

Color Harmonies of #C7012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7012A

Black with #C7012A

Text Example


Text Example

White with #C7012A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7012A; }

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

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

background-color css

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

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

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

border-color css

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

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

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