Html Css Color HEX #C6012C Venetian Red

📋 copy color: '#C6012C'

red 198 ◦ green 1 ◦ blue 44

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

Shades of Venetian Red #C6012C

Tints of Venetian Red #C6012C

RGB

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

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

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

R = 81.48%
G = 0.41%
B = 18.11%

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

#C6012C (or 0xC6012C) is known color: Venetian Red. HEX triplet: C6, 01 and 2C. RGB value is (198,1,44). Sum of RGB (Red+Green+Blue) = 198+1+44=243 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.48% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 198 - color contains mainly: red. Hex color #C6012C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6012C is #39FED3. Grayscale: #404040. Windows color (decimal): -3800788 or 2884038. OLE color: 2884038.

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

Color convert

RGB 198 1 44 -
CMYK 0 0.99 0.78 0.22
HSL 346.9º 0.99% 0.39% -
HSV(B) 346.9º 0.99% 0.78% -
XYZ 23.75 12.21 3.49 -
YUV 64.81 116.27 223 -
System Red Green Blue C M Y K H S L
Decimal 198 1 44 0 0.99 0.78 0.22 346.9 0.99 0.39
Hex C6 1 2C 0 63 4E 16 15B 63 27
Octal 306 1 54 0 143 116 26 533 143 47
Binary 11000110 1 101100 0 1100011 1001110 10110 101011011 1100011 100111

Color Harmonies of #C6012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6012C

Black with #C6012C

Text Example


Text Example

White with #C6012C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6012C; }

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

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

background-color css

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

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

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

border-color css

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

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

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