Html Css Color HEX #C6011A Venetian Red

📋 copy color: '#C6011A'

red 198 ◦ green 1 ◦ blue 26

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

Shades of Venetian Red #C6011A

Tints of Venetian Red #C6011A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.56%

R = 88%
G = 0.44%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C6011A (or 0xC6011A) is known color: Venetian Red. HEX triplet: C6, 01 and 1A. RGB value is (198,1,26). Sum of RGB (Red+Green+Blue) = 198+1+26=225 (29% of max value = 765). Red value is 198 (77.73% from 255 or 88% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 26 (10.55% from 255 or 11.56% from 225); Max value from RGB is 198 - color contains mainly: red. Hex color #C6011A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6011A is #39FEE5. Grayscale: #3E3E3E. Windows color (decimal): -3800806 or 1704390. OLE color: 1704390.

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

Color convert

RGB 198 1 26 -
CMYK 0 0.99 0.87 0.22
HSL 352.39º 0.99% 0.39% -
HSV(B) 352.39º 0.99% 0.78% -
XYZ 23.49 12.1 2.08 -
YUV 62.75 107.27 224.47 -
System Red Green Blue C M Y K H S L
Decimal 198 1 26 0 0.99 0.87 0.22 352.39 0.99 0.39
Hex C6 1 1A 0 63 57 16 160 63 27
Octal 306 1 32 0 143 127 26 540 143 47
Binary 11000110 1 11010 0 1100011 1010111 10110 101100000 1100011 100111

Color Harmonies of #C6011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6011A

Black with #C6011A

Text Example


Text Example

White with #C6011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6011A; }

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

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

background-color css

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

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

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

border-color css

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

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

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