Html Css Color HEX #C6012D Venetian Red

📋 copy color: '#C6012D'

red 198 ◦ green 1 ◦ blue 45

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

Shades of Venetian Red #C6012D

Tints of Venetian Red #C6012D

RGB

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

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

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

R = 81.15%
G = 0.41%
B = 18.44%

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

#C6012D (or 0xC6012D) is known color: Venetian Red. HEX triplet: C6, 01 and 2D. RGB value is (198,1,45). Sum of RGB (Red+Green+Blue) = 198+1+45=244 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.15% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 198 - color contains mainly: red. Hex color #C6012D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6012D is #39FED2. Grayscale: #404040. Windows color (decimal): -3800787 or 2949574. OLE color: 2949574.

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

Color convert

RGB 198 1 45 -
CMYK 0 0.99 0.77 0.22
HSL 346.6º 0.99% 0.39% -
HSV(B) 346.6º 0.99% 0.78% -
XYZ 23.77 12.22 3.59 -
YUV 64.92 116.77 222.92 -
System Red Green Blue C M Y K H S L
Decimal 198 1 45 0 0.99 0.77 0.22 346.6 0.99 0.39
Hex C6 1 2D 0 63 4D 16 15B 63 27
Octal 306 1 55 0 143 115 26 533 143 47
Binary 11000110 1 101101 0 1100011 1001101 10110 101011011 1100011 100111

Color Harmonies of #C6012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6012D

Black with #C6012D

Text Example


Text Example

White with #C6012D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6012D; }

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

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

background-color css

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

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

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

border-color css

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

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

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