Html Css Color HEX #C60204 Venetian Red

📋 copy color: '#C60204'

red 198 ◦ green 2 ◦ blue 4

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

Shades of Venetian Red #C60204

Tints of Venetian Red #C60204

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

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

R = 97.06%
G = 0.98%
B = 1.96%

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

#C60204 (or 0xC60204) is known color: Venetian Red. HEX triplet: C6, 02 and 04. RGB value is (198,2,4). Sum of RGB (Red+Green+Blue) = 198+2+4=204 (27% of max value = 765). Red value is 198 (77.73% from 255 or 97.06% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 198 - color contains mainly: red. Hex color #C60204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60204 is #39FDFB. Grayscale: #3D3D3D. Windows color (decimal): -3800572 or 262854. OLE color: 262854.

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

Color convert

RGB 198 2 4 -
CMYK 0 0.99 0.98 0.22
HSL 359.39º 0.98% 0.39% -
HSV(B) 359.39º 0.99% 0.78% -
XYZ 23.33 12.06 1.21 -
YUV 60.83 95.93 225.84 -
System Red Green Blue C M Y K H S L
Decimal 198 2 4 0 0.99 0.98 0.22 359.39 0.98 0.39
Hex C6 2 4 0 63 62 16 167 62 27
Octal 306 2 4 0 143 142 26 547 142 47
Binary 11000110 10 100 0 1100011 1100010 10110 101100111 1100010 100111

Color Harmonies of #C60204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60204

Black with #C60204

Text Example


Text Example

White with #C60204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60204; }

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

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

background-color css

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

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

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

border-color css

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

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

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