Html Css Color HEX #C60104 Venetian Red

📋 copy color: '#C60104'

red 198 ◦ green 1 ◦ blue 4

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

Shades of Venetian Red #C60104

Tints of Venetian Red #C60104

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 4 (1.95% from 255) = 1.97%

R = 97.54%
G = 0.49%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C60104 (or 0xC60104) is known color: Venetian Red. HEX triplet: C6, 01 and 04. RGB value is (198,1,4). Sum of RGB (Red+Green+Blue) = 198+1+4=203 (26% of max value = 765). Red value is 198 (77.73% from 255 or 97.54% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 4 (1.95% from 255 or 1.97% from 203); Max value from RGB is 198 - color contains mainly: red. Hex color #C60104 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60104 is #39FEFB. Grayscale: #3C3C3C. Windows color (decimal): -3800828 or 262598. OLE color: 262598.

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

Color convert

RGB 198 1 4 -
CMYK 0 0.99 0.98 0.22
HSL 359.09º 0.99% 0.39% -
HSV(B) 359.09º 0.99% 0.78% -
XYZ 23.32 12.04 1.21 -
YUV 60.25 96.27 226.26 -
System Red Green Blue C M Y K H S L
Decimal 198 1 4 0 0.99 0.98 0.22 359.09 0.99 0.39
Hex C6 1 4 0 63 62 16 167 63 27
Octal 306 1 4 0 143 142 26 547 143 47
Binary 11000110 1 100 0 1100011 1100010 10110 101100111 1100011 100111

Color Harmonies of #C60104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60104

Black with #C60104

Text Example


Text Example

White with #C60104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60104; }

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

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

background-color css

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

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

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

border-color css

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

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

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