Html Css Color HEX #C6002C Venetian Red

📋 copy color: '#C6002C'

red 198 ◦ green 0 ◦ blue 44

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

Shades of Venetian Red #C6002C

Tints of Venetian Red #C6002C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 81.82%
G = 0%
B = 18.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C6002C (or 0xC6002C) is known color: Venetian Red. HEX triplet: C6, 00 and 2C. RGB value is (198,0,44). Sum of RGB (Red+Green+Blue) = 198+0+44=242 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.82% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 198 - color contains mainly: red. Hex color #C6002C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6002C is #39FFD3. Grayscale: #404040. Windows color (decimal): -3801044 or 2883782. OLE color: 2883782.

HSL color Cylindrical-coordinate representation of color #C6002C: hue angle of 346.67º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C6002C is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 0 44 -
CMYK 0 1 0.78 0.22
HSL 346.67º 1% 0.39% -
HSV(B) 346.67º 1% 0.78% -
XYZ 23.74 12.19 3.48 -
YUV 64.22 116.6 223.42 -
System Red Green Blue C M Y K H S L
Decimal 198 0 44 0 1 0.78 0.22 346.67 1 0.39
Hex C6 0 2C 0 64 4E 16 15B 64 27
Octal 306 0 54 0 144 116 26 533 144 47
Binary 11000110 0 101100 0 1100100 1001110 10110 101011011 1100100 100111

Color Harmonies of #C6002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6002C

Black with #C6002C

Text Example


Text Example

White with #C6002C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6002C; }

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

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

background-color css

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

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

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

border-color css

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

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

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