Html Css Color HEX #C60609 Venetian Red

📋 copy color: '#C60609'

red 198 ◦ green 6 ◦ blue 9

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

Shades of Venetian Red #C60609

Tints of Venetian Red #C60609

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.82%

 BLUE value IS 9 (3.91% from 255) = 4.23%

R = 92.96%
G = 2.82%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C60609 (or 0xC60609) is known color: Venetian Red. HEX triplet: C6, 06 and 09. RGB value is (198,6,9). Sum of RGB (Red+Green+Blue) = 198+6+9=213 (28% of max value = 765). Red value is 198 (77.73% from 255 or 92.96% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 9 (3.91% from 255 or 4.23% from 213); Max value from RGB is 198 - color contains mainly: red. Hex color #C60609 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60609 is #39F9F6. Grayscale: #3F3F3F. Windows color (decimal): -3799543 or 591558. OLE color: 591558.

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

Color convert

RGB 198 6 9 -
CMYK 0 0.97 0.95 0.22
HSL 359.06º 0.94% 0.4% -
HSV(B) 359.06º 0.97% 0.78% -
XYZ 23.4 12.16 1.37 -
YUV 63.75 97.11 223.76 -
System Red Green Blue C M Y K H S L
Decimal 198 6 9 0 0.97 0.95 0.22 359.06 0.94 0.4
Hex C6 6 9 0 61 5F 16 167 5E 28
Octal 306 6 11 0 141 137 26 547 136 50
Binary 11000110 110 1001 0 1100001 1011111 10110 101100111 1011110 101000

Color Harmonies of #C60609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60609

Black with #C60609

Text Example


Text Example

White with #C60609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60609; }

 p { color: rgb(198,6,9); }

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

background-color css

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

 a { background-color: rgb(198,6,9); }

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

border-color css

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

 span { border-color: rgb(198,6,9); }

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