Html Css Color HEX #C60209 Venetian Red

📋 copy color: '#C60209'

red 198 ◦ green 2 ◦ blue 9

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

Shades of Venetian Red #C60209

Tints of Venetian Red #C60209

RGB

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

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

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

R = 94.74%
G = 0.96%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C60209 (or 0xC60209) is known color: Venetian Red. HEX triplet: C6, 02 and 09. RGB value is (198,2,9). Sum of RGB (Red+Green+Blue) = 198+2+9=209 (27% of max value = 765). Red value is 198 (77.73% from 255 or 94.74% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 9 (3.91% from 255 or 4.31% from 209); Max value from RGB is 198 - color contains mainly: red. Hex color #C60209 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60209 is #39FDF6. Grayscale: #3D3D3D. Windows color (decimal): -3800567 or 590534. OLE color: 590534.

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

Color convert

RGB 198 2 9 -
CMYK 0 0.99 0.95 0.22
HSL 357.86º 0.98% 0.39% -
HSV(B) 357.86º 0.99% 0.78% -
XYZ 23.36 12.07 1.36 -
YUV 61.4 98.43 225.43 -
System Red Green Blue C M Y K H S L
Decimal 198 2 9 0 0.99 0.95 0.22 357.86 0.98 0.39
Hex C6 2 9 0 63 5F 16 166 62 27
Octal 306 2 11 0 143 137 26 546 142 47
Binary 11000110 10 1001 0 1100011 1011111 10110 101100110 1100010 100111

Color Harmonies of #C60209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60209

Black with #C60209

Text Example


Text Example

White with #C60209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60209; }

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

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

background-color css

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

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

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

border-color css

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

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

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