Html Css Color HEX #C60825 Venetian Red

📋 copy color: '#C60825'

red 198 ◦ green 8 ◦ blue 37

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

Shades of Venetian Red #C60825

Tints of Venetian Red #C60825

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.29%

 BLUE value IS 37 (14.84% from 255) = 15.23%

R = 81.48%
G = 3.29%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C60825 (or 0xC60825) is known color: Venetian Red. HEX triplet: C6, 08 and 25. RGB value is (198,8,37). Sum of RGB (Red+Green+Blue) = 198+8+37=243 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.48% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 198 - color contains mainly: red. Hex color #C60825 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60825 is #39F7DA. Grayscale: #444444. Windows color (decimal): -3799003 or 2427078. OLE color: 2427078.

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

Color convert

RGB 198 8 37 -
CMYK 0 0.96 0.81 0.22
HSL 350.84º 0.92% 0.4% -
HSV(B) 350.84º 0.96% 0.78% -
XYZ 23.71 12.31 2.88 -
YUV 68.12 110.45 220.64 -
System Red Green Blue C M Y K H S L
Decimal 198 8 37 0 0.96 0.81 0.22 350.84 0.92 0.4
Hex C6 8 25 0 60 51 16 15F 5C 28
Octal 306 10 45 0 140 121 26 537 134 50
Binary 11000110 1000 100101 0 1100000 1010001 10110 101011111 1011100 101000

Color Harmonies of #C60825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60825

Black with #C60825

Text Example


Text Example

White with #C60825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60825; }

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

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

background-color css

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

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

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

border-color css

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

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

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