Html Css Color HEX #C6040C Venetian Red

📋 copy color: '#C6040C'

red 198 ◦ green 4 ◦ blue 12

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

Shades of Venetian Red #C6040C

Tints of Venetian Red #C6040C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.87%

 BLUE value IS 12 (5.08% from 255) = 5.61%

R = 92.52%
G = 1.87%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C6040C (or 0xC6040C) is known color: Venetian Red. HEX triplet: C6, 04 and 0C. RGB value is (198,4,12). Sum of RGB (Red+Green+Blue) = 198+4+12=214 (28% of max value = 765). Red value is 198 (77.73% from 255 or 92.52% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 198 - color contains mainly: red. Hex color #C6040C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6040C is #39FBF3. Grayscale: #3F3F3F. Windows color (decimal): -3800052 or 787654. OLE color: 787654.

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

Color convert

RGB 198 4 12 -
CMYK 0 0.98 0.94 0.22
HSL 357.53º 0.96% 0.4% -
HSV(B) 357.53º 0.98% 0.78% -
XYZ 23.4 12.12 1.45 -
YUV 62.92 99.27 224.35 -
System Red Green Blue C M Y K H S L
Decimal 198 4 12 0 0.98 0.94 0.22 357.53 0.96 0.4
Hex C6 4 C 0 62 5E 16 166 60 28
Octal 306 4 14 0 142 136 26 546 140 50
Binary 11000110 100 1100 0 1100010 1011110 10110 101100110 1100000 101000

Color Harmonies of #C6040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6040C

Black with #C6040C

Text Example


Text Example

White with #C6040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6040C; }

 p { color: rgb(198,4,12); }

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

background-color css

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

 a { background-color: rgb(198,4,12); }

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

border-color css

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

 span { border-color: rgb(198,4,12); }

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