Html Css Color HEX #C60325 Venetian Red

📋 copy color: '#C60325'

red 198 ◦ green 3 ◦ blue 37

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

Shades of Venetian Red #C60325

Tints of Venetian Red #C60325

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.26%

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

R = 83.19%
G = 1.26%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C60325 (or 0xC60325) is known color: Venetian Red. HEX triplet: C6, 03 and 25. RGB value is (198,3,37). Sum of RGB (Red+Green+Blue) = 198+3+37=238 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.19% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 37 (14.84% from 255 or 15.55% from 238); Max value from RGB is 198 - color contains mainly: red. Hex color #C60325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60325 is #39FCDA. Grayscale: #414141. Windows color (decimal): -3800283 or 2425798. OLE color: 2425798.

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

Color convert

RGB 198 3 37 -
CMYK 0 0.98 0.81 0.22
HSL 349.54º 0.97% 0.39% -
HSV(B) 349.54º 0.98% 0.78% -
XYZ 23.66 12.2 2.86 -
YUV 65.18 112.1 222.74 -
System Red Green Blue C M Y K H S L
Decimal 198 3 37 0 0.98 0.81 0.22 349.54 0.97 0.39
Hex C6 3 25 0 62 51 16 15E 61 27
Octal 306 3 45 0 142 121 26 536 141 47
Binary 11000110 11 100101 0 1100010 1010001 10110 101011110 1100001 100111

Color Harmonies of #C60325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60325

Black with #C60325

Text Example


Text Example

White with #C60325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60325; }

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

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

background-color css

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

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

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

border-color css

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

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

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