Html Css Color HEX #C6022E Venetian Red

📋 copy color: '#C6022E'

red 198 ◦ green 2 ◦ blue 46

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

Shades of Venetian Red #C6022E

Tints of Venetian Red #C6022E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

 BLUE value IS 46 (18.36% from 255) = 18.7%

R = 80.49%
G = 0.81%
B = 18.7%

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

#C6022E (or 0xC6022E) is known color: Venetian Red. HEX triplet: C6, 02 and 2E. RGB value is (198,2,46). Sum of RGB (Red+Green+Blue) = 198+2+46=246 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.49% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 198 - color contains mainly: red. Hex color #C6022E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6022E is #39FDD1. Grayscale: #414141. Windows color (decimal): -3800530 or 3015366. OLE color: 3015366.

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

Color convert

RGB 198 2 46 -
CMYK 0 0.99 0.77 0.22
HSL 346.53º 0.98% 0.39% -
HSV(B) 346.53º 0.99% 0.78% -
XYZ 23.8 12.25 3.69 -
YUV 65.62 116.93 222.42 -
System Red Green Blue C M Y K H S L
Decimal 198 2 46 0 0.99 0.77 0.22 346.53 0.98 0.39
Hex C6 2 2E 0 63 4D 16 15B 62 27
Octal 306 2 56 0 143 115 26 533 142 47
Binary 11000110 10 101110 0 1100011 1001101 10110 101011011 1100010 100111

Color Harmonies of #C6022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6022E

Black with #C6022E

Text Example


Text Example

White with #C6022E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6022E; }

 p { color: rgb(198,2,46); }

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

background-color css

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

 a { background-color: rgb(198,2,46); }

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

border-color css

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

 span { border-color: rgb(198,2,46); }

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