Html Css Color HEX #C6051E Venetian Red

📋 copy color: '#C6051E'

red 198 ◦ green 5 ◦ blue 30

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

Shades of Venetian Red #C6051E

Tints of Venetian Red #C6051E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.15%

 BLUE value IS 30 (12.11% from 255) = 12.88%

R = 84.98%
G = 2.15%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C6051E (or 0xC6051E) is known color: Venetian Red. HEX triplet: C6, 05 and 1E. RGB value is (198,5,30). Sum of RGB (Red+Green+Blue) = 198+5+30=233 (30% of max value = 765). Red value is 198 (77.73% from 255 or 84.98% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 198 - color contains mainly: red. Hex color #C6051E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6051E is #39FAE1. Grayscale: #414141. Windows color (decimal): -3799778 or 1967558. OLE color: 1967558.

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

Color convert

RGB 198 5 30 -
CMYK 0 0.97 0.85 0.22
HSL 352.23º 0.95% 0.4% -
HSV(B) 352.23º 0.97% 0.78% -
XYZ 23.58 12.21 2.34 -
YUV 65.56 107.94 222.47 -
System Red Green Blue C M Y K H S L
Decimal 198 5 30 0 0.97 0.85 0.22 352.23 0.95 0.4
Hex C6 5 1E 0 61 55 16 160 5F 28
Octal 306 5 36 0 141 125 26 540 137 50
Binary 11000110 101 11110 0 1100001 1010101 10110 101100000 1011111 101000

Color Harmonies of #C6051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6051E

Black with #C6051E

Text Example


Text Example

White with #C6051E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6051E; }

 p { color: rgb(198,5,30); }

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

background-color css

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

 a { background-color: rgb(198,5,30); }

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

border-color css

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

 span { border-color: rgb(198,5,30); }

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