Html Css Color HEX #C60304 Venetian Red

📋 copy color: '#C60304'

red 198 ◦ green 3 ◦ blue 4

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

Shades of Venetian Red #C60304

Tints of Venetian Red #C60304

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

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

R = 96.59%
G = 1.46%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C60304 (or 0xC60304) is known color: Venetian Red. HEX triplet: C6, 03 and 04. RGB value is (198,3,4). Sum of RGB (Red+Green+Blue) = 198+3+4=205 (27% of max value = 765). Red value is 198 (77.73% from 255 or 96.59% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 198 - color contains mainly: red. Hex color #C60304 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60304 is #39FCFB. Grayscale: #3D3D3D. Windows color (decimal): -3800316 or 263110. OLE color: 263110.

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

Color convert

RGB 198 3 4 -
CMYK 0 0.98 0.98 0.22
HSL 359.69º 0.97% 0.39% -
HSV(B) 359.69º 0.98% 0.78% -
XYZ 23.34 12.08 1.22 -
YUV 61.42 95.6 225.42 -
System Red Green Blue C M Y K H S L
Decimal 198 3 4 0 0.98 0.98 0.22 359.69 0.97 0.39
Hex C6 3 4 0 62 62 16 168 61 27
Octal 306 3 4 0 142 142 26 550 141 47
Binary 11000110 11 100 0 1100010 1100010 10110 101101000 1100001 100111

Color Harmonies of #C60304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60304

Black with #C60304

Text Example


Text Example

White with #C60304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60304; }

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

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

background-color css

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

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

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

border-color css

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

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

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