Html Css Color HEX #C6012E Venetian Red

📋 copy color: '#C6012E'

red 198 ◦ green 1 ◦ blue 46

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

Shades of Venetian Red #C6012E

Tints of Venetian Red #C6012E

RGB

 RED value IS 198 (77.73% from 255) = 80.82%

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

 BLUE value IS 46 (18.36% from 255) = 18.78%

R = 80.82%
G = 0.41%
B = 18.78%

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

#C6012E (or 0xC6012E) is known color: Venetian Red. HEX triplet: C6, 01 and 2E. RGB value is (198,1,46). Sum of RGB (Red+Green+Blue) = 198+1+46=245 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.82% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 198 - color contains mainly: red. Hex color #C6012E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6012E is #39FED1. Grayscale: #414141. Windows color (decimal): -3800786 or 3015110. OLE color: 3015110.

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

Color convert

RGB 198 1 46 -
CMYK 0 0.99 0.77 0.22
HSL 346.29º 0.99% 0.39% -
HSV(B) 346.29º 0.99% 0.78% -
XYZ 23.79 12.22 3.69 -
YUV 65.03 117.27 222.84 -
System Red Green Blue C M Y K H S L
Decimal 198 1 46 0 0.99 0.77 0.22 346.29 0.99 0.39
Hex C6 1 2E 0 63 4D 16 15A 63 27
Octal 306 1 56 0 143 115 26 532 143 47
Binary 11000110 1 101110 0 1100011 1001101 10110 101011010 1100011 100111

Color Harmonies of #C6012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6012E

Black with #C6012E

Text Example


Text Example

White with #C6012E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6012E; }

 p { color: rgb(198,1,46); }

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

background-color css

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

 a { background-color: rgb(198,1,46); }

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

border-color css

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

 span { border-color: rgb(198,1,46); }

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