Html Css Color HEX #C60824 Venetian Red

📋 copy color: '#C60824'

red 198 ◦ green 8 ◦ blue 36

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

Shades of Venetian Red #C60824

Tints of Venetian Red #C60824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.88%

R = 81.82%
G = 3.31%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C60824 (or 0xC60824) is known color: Venetian Red. HEX triplet: C6, 08 and 24. RGB value is (198,8,36). Sum of RGB (Red+Green+Blue) = 198+8+36=242 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.82% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 36 (14.45% from 255 or 14.88% from 242); Max value from RGB is 198 - color contains mainly: red. Hex color #C60824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60824 is #39F7DB. Grayscale: #444444. Windows color (decimal): -3799004 or 2361542. OLE color: 2361542.

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

Color convert

RGB 198 8 36 -
CMYK 0 0.96 0.82 0.22
HSL 351.16º 0.92% 0.4% -
HSV(B) 351.16º 0.96% 0.78% -
XYZ 23.69 12.31 2.8 -
YUV 68 109.95 220.72 -
System Red Green Blue C M Y K H S L
Decimal 198 8 36 0 0.96 0.82 0.22 351.16 0.92 0.4
Hex C6 8 24 0 60 52 16 15F 5C 28
Octal 306 10 44 0 140 122 26 537 134 50
Binary 11000110 1000 100100 0 1100000 1010010 10110 101011111 1011100 101000

Color Harmonies of #C60824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60824

Black with #C60824

Text Example


Text Example

White with #C60824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60824; }

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

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

background-color css

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

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

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

border-color css

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

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

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