Html Css Color HEX #C60004 Venetian Red

📋 copy color: '#C60004'

red 198 ◦ green 0 ◦ blue 4

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

Shades of Venetian Red #C60004

Tints of Venetian Red #C60004

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 98.02%
G = 0%
B = 1.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C60004 (or 0xC60004) is known color: Venetian Red. HEX triplet: C6, 00 and 04. RGB value is (198,0,4). Sum of RGB (Red+Green+Blue) = 198+0+4=202 (26% of max value = 765). Red value is 198 (77.73% from 255 or 98.02% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 4 (1.95% from 255 or 1.98% from 202); Max value from RGB is 198 - color contains mainly: red. Hex color #C60004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60004 is #39FFFB. Grayscale: #3B3B3B. Windows color (decimal): -3801084 or 262342. OLE color: 262342.

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

Color convert

RGB 198 0 4 -
CMYK 0 1 0.98 0.22
HSL 358.79º 1% 0.39% -
HSV(B) 358.79º 1% 0.78% -
XYZ 23.31 12.01 1.21 -
YUV 59.66 96.6 226.67 -
System Red Green Blue C M Y K H S L
Decimal 198 0 4 0 1 0.98 0.22 358.79 1 0.39
Hex C6 0 4 0 64 62 16 167 64 27
Octal 306 0 4 0 144 142 26 547 144 47
Binary 11000110 0 100 0 1100100 1100010 10110 101100111 1100100 100111

Color Harmonies of #C60004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60004

Black with #C60004

Text Example


Text Example

White with #C60004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60004; }

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

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

background-color css

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

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

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

border-color css

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

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

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