Html Css Color HEX #C60322 Venetian Red

📋 copy color: '#C60322'

red 198 ◦ green 3 ◦ blue 34

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

Shades of Venetian Red #C60322

Tints of Venetian Red #C60322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.47%

R = 84.26%
G = 1.28%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C60322 (or 0xC60322) is known color: Venetian Red. HEX triplet: C6, 03 and 22. RGB value is (198,3,34). Sum of RGB (Red+Green+Blue) = 198+3+34=235 (31% of max value = 765). Red value is 198 (77.73% from 255 or 84.26% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 34 (13.67% from 255 or 14.47% from 235); Max value from RGB is 198 - color contains mainly: red. Hex color #C60322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60322 is #39FCDD. Grayscale: #404040. Windows color (decimal): -3800286 or 2229190. OLE color: 2229190.

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

Color convert

RGB 198 3 34 -
CMYK 0 0.98 0.83 0.22
HSL 350.46º 0.97% 0.39% -
HSV(B) 350.46º 0.98% 0.78% -
XYZ 23.61 12.19 2.62 -
YUV 64.84 110.6 222.98 -
System Red Green Blue C M Y K H S L
Decimal 198 3 34 0 0.98 0.83 0.22 350.46 0.97 0.39
Hex C6 3 22 0 62 53 16 15E 61 27
Octal 306 3 42 0 142 123 26 536 141 47
Binary 11000110 11 100010 0 1100010 1010011 10110 101011110 1100001 100111

Color Harmonies of #C60322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60322

Black with #C60322

Text Example


Text Example

White with #C60322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60322; }

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

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

background-color css

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

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

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

border-color css

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

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

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