Html Css Color HEX #C60108 Venetian Red

📋 copy color: '#C60108'

red 198 ◦ green 1 ◦ blue 8

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

Shades of Venetian Red #C60108

Tints of Venetian Red #C60108

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

 BLUE value IS 8 (3.52% from 255) = 3.86%

R = 95.65%
G = 0.48%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C60108 (or 0xC60108) is known color: Venetian Red. HEX triplet: C6, 01 and 08. RGB value is (198,1,8). Sum of RGB (Red+Green+Blue) = 198+1+8=207 (27% of max value = 765). Red value is 198 (77.73% from 255 or 95.65% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 8 (3.52% from 255 or 3.86% from 207); Max value from RGB is 198 - color contains mainly: red. Hex color #C60108 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60108 is #39FEF7. Grayscale: #3C3C3C. Windows color (decimal): -3800824 or 524742. OLE color: 524742.

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

Color convert

RGB 198 1 8 -
CMYK 0 0.99 0.96 0.22
HSL 357.87º 0.99% 0.39% -
HSV(B) 357.87º 0.99% 0.78% -
XYZ 23.34 12.05 1.32 -
YUV 60.7 98.27 225.93 -
System Red Green Blue C M Y K H S L
Decimal 198 1 8 0 0.99 0.96 0.22 357.87 0.99 0.39
Hex C6 1 8 0 63 60 16 166 63 27
Octal 306 1 10 0 143 140 26 546 143 47
Binary 11000110 1 1000 0 1100011 1100000 10110 101100110 1100011 100111

Color Harmonies of #C60108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60108

Black with #C60108

Text Example


Text Example

White with #C60108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60108; }

 p { color: rgb(198,1,8); }

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

background-color css

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

 a { background-color: rgb(198,1,8); }

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

border-color css

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

 span { border-color: rgb(198,1,8); }

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