Html Css Color HEX #C60210 Venetian Red

📋 copy color: '#C60210'

red 198 ◦ green 2 ◦ blue 16

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

Shades of Venetian Red #C60210

Tints of Venetian Red #C60210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.41%

R = 91.67%
G = 0.93%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C60210 (or 0xC60210) is known color: Venetian Red. HEX triplet: C6, 02 and 10. RGB value is (198,2,16). Sum of RGB (Red+Green+Blue) = 198+2+16=216 (28% of max value = 765). Red value is 198 (77.73% from 255 or 91.67% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 198 - color contains mainly: red. Hex color #C60210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60210 is #39FDEF. Grayscale: #3E3E3E. Windows color (decimal): -3800560 or 1049286. OLE color: 1049286.

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

Color convert

RGB 198 2 16 -
CMYK 0 0.99 0.92 0.22
HSL 355.71º 0.98% 0.39% -
HSV(B) 355.71º 0.99% 0.78% -
XYZ 23.4 12.09 1.59 -
YUV 62.2 101.93 224.86 -
System Red Green Blue C M Y K H S L
Decimal 198 2 16 0 0.99 0.92 0.22 355.71 0.98 0.39
Hex C6 2 10 0 63 5C 16 164 62 27
Octal 306 2 20 0 143 134 26 544 142 47
Binary 11000110 10 10000 0 1100011 1011100 10110 101100100 1100010 100111

Color Harmonies of #C60210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60210

Black with #C60210

Text Example


Text Example

White with #C60210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60210; }

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

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

background-color css

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

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

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

border-color css

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

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

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