Html Css Color HEX #C6051C Venetian Red

📋 copy color: '#C6051C'

red 198 ◦ green 5 ◦ blue 28

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

Shades of Venetian Red #C6051C

Tints of Venetian Red #C6051C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.12%

R = 85.71%
G = 2.16%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C6051C (or 0xC6051C) is known color: Venetian Red. HEX triplet: C6, 05 and 1C. RGB value is (198,5,28). Sum of RGB (Red+Green+Blue) = 198+5+28=231 (30% of max value = 765). Red value is 198 (77.73% from 255 or 85.71% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 198 - color contains mainly: red. Hex color #C6051C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6051C is #39FAE3. Grayscale: #414141. Windows color (decimal): -3799780 or 1836486. OLE color: 1836486.

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

Color convert

RGB 198 5 28 -
CMYK 0 0.97 0.86 0.22
HSL 352.85º 0.95% 0.4% -
HSV(B) 352.85º 0.97% 0.78% -
XYZ 23.55 12.2 2.21 -
YUV 65.33 106.94 222.63 -
System Red Green Blue C M Y K H S L
Decimal 198 5 28 0 0.97 0.86 0.22 352.85 0.95 0.4
Hex C6 5 1C 0 61 56 16 161 5F 28
Octal 306 5 34 0 141 126 26 541 137 50
Binary 11000110 101 11100 0 1100001 1010110 10110 101100001 1011111 101000

Color Harmonies of #C6051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6051C

Black with #C6051C

Text Example


Text Example

White with #C6051C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6051C; }

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

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

background-color css

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

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

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

border-color css

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

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

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