Html Css Color HEX #C6002F Venetian Red

📋 copy color: '#C6002F'

red 198 ◦ green 0 ◦ blue 47

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

Shades of Venetian Red #C6002F

Tints of Venetian Red #C6002F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.18%

R = 80.82%
G = 0%
B = 19.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C6002F (or 0xC6002F) is known color: Venetian Red. HEX triplet: C6, 00 and 2F. RGB value is (198,0,47). Sum of RGB (Red+Green+Blue) = 198+0+47=245 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.82% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 198 - color contains mainly: red. Hex color #C6002F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6002F is #39FFD0. Grayscale: #404040. Windows color (decimal): -3801041 or 3080390. OLE color: 3080390.

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

Color convert

RGB 198 0 47 -
CMYK 0 1 0.76 0.22
HSL 345.76º 1% 0.39% -
HSV(B) 345.76º 1% 0.78% -
XYZ 23.8 12.21 3.79 -
YUV 64.56 118.1 223.18 -
System Red Green Blue C M Y K H S L
Decimal 198 0 47 0 1 0.76 0.22 345.76 1 0.39
Hex C6 0 2F 0 64 4C 16 15A 64 27
Octal 306 0 57 0 144 114 26 532 144 47
Binary 11000110 0 101111 0 1100100 1001100 10110 101011010 1100100 100111

Color Harmonies of #C6002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6002F

Black with #C6002F

Text Example


Text Example

White with #C6002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6002F; }

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

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

background-color css

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

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

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

border-color css

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

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

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