Html Css Color HEX #C7012D Venetian Red

📋 copy color: '#C7012D'

red 199 ◦ green 1 ◦ blue 45

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

Shades of Venetian Red #C7012D

Tints of Venetian Red #C7012D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.37%

R = 81.22%
G = 0.41%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C7012D (or 0xC7012D) is known color: Venetian Red. HEX triplet: C7, 01 and 2D. RGB value is (199,1,45). Sum of RGB (Red+Green+Blue) = 199+1+45=245 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.22% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 199 - color contains mainly: red. Hex color #C7012D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7012D is #38FED2. Grayscale: #414141. Windows color (decimal): -3735251 or 2949575. OLE color: 2949575.

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

Color convert

RGB 199 1 45 -
CMYK 0 0.99 0.77 0.22
HSL 346.67º 0.99% 0.39% -
HSV(B) 346.67º 0.99% 0.78% -
XYZ 24.04 12.35 3.6 -
YUV 65.22 116.6 223.42 -
System Red Green Blue C M Y K H S L
Decimal 199 1 45 0 0.99 0.77 0.22 346.67 0.99 0.39
Hex C7 1 2D 0 63 4D 16 15B 63 27
Octal 307 1 55 0 143 115 26 533 143 47
Binary 11000111 1 101101 0 1100011 1001101 10110 101011011 1100011 100111

Color Harmonies of #C7012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7012D

Black with #C7012D

Text Example


Text Example

White with #C7012D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7012D; }

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

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

background-color css

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

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

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

border-color css

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

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

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